zeromq
ZMQ failing when sending larger chunks of data over LAN
well basically i have a single master system and 3 slave systems . I have used Request/Response phase to send the content to 3 of my client systems, since it inherently solves my problem of data split[详细]
2023-02-20 12:56 分类:问答how do i set socket options in nodejs for zeromq
in other languages its socket.setsockopt but that doesn\'t seem to work for https://github.com/JustinTulloss/zeromq.node a开发者_高级运维nyone have any experience with this?It looks like that library[详细]
2023-02-19 05:08 分类:问答How does zeromq work together with SSL?
I am considerung to use zeromq as messaging layer between my applications. At least in some cases I want the communication to be secure and I am thinking about SSL.[详细]
2023-02-18 19:18 分类:问答Reserve a TCP port in Windows
I\'d like to reserve a TCP port, to be bound by a service later, so that Windows doesn\'t inadvertently use the same number when assigning random port numbers. I know this is possible via the registry[详细]
2023-02-16 09:23 分类:问答ZeroMQ PUSH/PULL and lost message
I\'m making use of ZeroMQ from .NET and got stuck trying to fix a weird issue. I\'ve got a socket of type PUSH and one o开发者_StackOverflowf type PULL over TCP.[详细]
2023-02-13 04:51 分类:问答Can't get ZeroMQ python bindings to receive messages over IPC
I\'m trying to achieve PUB/SUB over IPC. If I changed the code below so that the subscriber binds to \"tcp://*:5000\" and the publisher connects to \"tcp://localhost:5000\" it works, but I can\'t get[详细]
2023-02-12 01:19 分类:问答ZeroMQ to broadcast messages without centralized forwarder
Is开发者_运维问答 there a way of broadcasting messages in ZeroMQ without a centralized forwarder? The forwarder seems to me like a single point of failure.I asked the question in ZeroMQ\'s mailing lis[详细]
2023-02-08 17:57 分类:问答ZeroMQ DllNotFoundException using .Net Bindings
I am just beginning to use ZeroMQ and am experimenting with some of the samples.I am using the C# language bindings and have run into an issue with getting a DllNotFound Exception.[详细]
2023-02-05 08:26 分类:问答ZeroMQ for arm_v5t_le using Montavista Pro 5.0 Toolchain
Unfortunately I\'m not a linux expert. I tried 0MQ (ZeroMQ) communcation library on my host computer and want to use it for an embedded device. The CPU is an TI DM64x (arm_v5t_le architecture), we use[详细]
2023-02-05 06:44 分类:问答Large file uploading to a libevent-based HTTP server
I\'m trying to write a HTTPto ZeroMQ proxywith libevent (2.0.4) which should be able to handle very large (up to 4GB) file upload.[详细]
2023-02-04 17:56 分类:问答