zeromq
Which CORBA implementation to use?
In some project, SysV IPC | Posix queues are used to exchange data between processes; with upcoming Windows port of a software, \"an enormous amount of headache will be introduced without getting into[详细]
2023-03-29 08:52 分类:问答How can I set ZeroMQ swap files location for pyzmq?
I am using django and pyzmq, also ZeroMQ PUB and SUB sockets with configured HWM (high watermark) and disk SWAP. ZeroM开发者_StackOverflow社区Q creates it\'s swap files (like zmq_10976_0.swap) inside[详细]
2023-03-28 20:34 分类:问答Problem installing zmq on amazon linux (unable to find uuid)
I\'m trying to put together an AMI on EC2, and am currently stalled on building 0mq. initially, I got this error while running ./configure[详细]
2023-03-25 04:10 分类:问答Am I using reactive-banana right?
Here\'s an example Haskell FRP program using the reactive-banana library. I\'m only just starting to feel my way with Haskell, and especially haven\'t quite got my head around what FRP means. I\'d rea[详细]
2023-03-22 11:32 分类:问答Is there a way to enlarge the zmq small message limitation?
I understand that the small message size limit is predefined as 30 in the source code (C++) . but when I change it to let say 512, it parsed out fine. however when I tried to send it, it did not show[详细]
2023-03-22 01:32 分类:问答zeromq php extension for windows
I am using Zend server configured with IIS 7.5. I searched for edit: zeromq php extension, I found these http://valokuva.org/builds/ andhttp://snapshot.zero.mq/[详细]
2023-03-21 19:58 分类:问答python & zeroMQ -- Capacity to Handle Messages of Large Size?
I\'d like to use python to build an app that is si开发者_StackOverflowmilar to zeroMQ\'s ventilator / sink scheme[详细]
2023-03-20 16:48 分类:问答Python zeromq -- Multiple Publishers To a Single Subscriber?
I\'d like 开发者_StackOverflowto write a python script (call it parent) that does the following: (1) defines a multi-dimensional numpy array[详细]
2023-03-20 15:52 分类:问答Linker problem with ZeroMQ and Visual C++ 2008
I\'m having a problem trying to use ZeroMQ in my new application. Please note: I have no problem downloading and building ZeroMQ itself. I downloaded the ZeroMQ ZIP file, opened the project/solution f[详细]
2023-03-20 15:40 分类:问答How to integrate a ZeroMQ socket into a glib main loop?
I wanted to add a ZeroMQ socket to a glib program. The pitty is, a zmq socket is not poll()-able, and they give their implementation, which overloads the old poll() func. How could I integrate that i[详细]
2023-03-20 03:28 分类:问答