zeromq
Handling multiple outbound API calls in a PHP web application
I\'m working on a PHP (Zend Framework) web application that, for each user request, makes multiple calls to external APIs (SOAP and/or REST over HTTP).[详细]
2023-04-11 09:50 分类:问答My hot-deploying (toy) server: need your design inputs (homework)
frommultiprocessing import Process a=Process(target=worker, args=()) a.start() I am making a multiple worker-process app (don\'t laugh yet) in which each worker can gracefully reload. Whenever the co[详细]
2023-04-09 14:20 分类:问答Please explain Zeromq eventloop
How is different from multiplexing several sockets via a POLLIN? while True: socks = dict(poller.poll())[详细]
2023-04-08 18:33 分类:问答zeromq: how to prevent infinite wait?
I just got started with ZMQ. I am designing an app whose workflow is: one of many clients (who have random PULL addresses) PUSH a request to a server at 5555[详细]
2023-04-06 23:23 分类:问答ØMQ multithreaded REQ/REP
I\'m trying to write an application that will allow the user to start long-running calculation processes which will receive commands from a web server using ØMQ. I use standart request-reply architec[详细]
2023-04-06 22:19 分类:问答lost messages on zeromq pub sub
I\'m trying to implement the pub sub design pattern using zeromq framework. The idea is to launch a subscriber and afterwards to launch the publisher.[详细]
2023-04-05 16:21 分类:问答Counter variable passed to `msgpack_pack_int()` macro doesn't increment
I have a very odd issue trying to run this quite simple C program which is using zmq and msgpack. There is no problem with server.c, however in clinet.c:39 there[详细]
2023-04-05 15:38 分类:问答Comparison of ZeroMQ's latency / metrics with that of its competitors
Does anyone know where you can find performance de开发者_如何学JAVAtails on ZeroMQ latency vs. competitors like 29 West LBM?[详细]
2023-04-02 12:28 分类:问答0mq one-to-many connection
What is the most correct way to establish a two-way communication between processes using 0mq?I need to create several background processes开发者_如何学编程 that will wait for commands from the main p[详细]
2023-03-31 00:03 分类:问答ZeroMQ is eating my data....but only sometimes
So, I\'m exploring 0MQ as a message passing protocol for my cluster application.It offers th开发者_JAVA百科e sort of asynchronous communication that I need.[详细]
2023-03-29 14:18 分类:问答