Martin Hurton

Results 12 comments of Martin Hurton

@greroger thanks a lot, just working on this one and your comment helps a lot

@skinkie I feel very strange about this mem leak issue but I have never been able to reproduce it.

@skinkie That't she mystery. I tried three different examples, and still no leak detected. One test was running inside docker image someone prepared for this. Could you do prepare simple...

@skinkie thanks, I managed to reproduce the leak reported. The problem is that in that example the published does not make any calls to library so that the library gets...

@skinkie Is there a traffic on the pubsub socket when you experience the memory growth?

@skinkie Just call `zmq_getsockopt(pubsub, ZMQ_EVENTS, &events, )` before the goto statement. This shoulld invoke internal bookkeeping, which cleans up retired data structures. Please let me know it that helps.

@skinkie Could you please simplify that program a bit so that I could easily reproduce the problem?

I am a bit unsure about the terminology here. zproto_server_cerver_c.gsl generates a generic server's engine which is to be included in the server code. The server code is written by...

Still confused, sorry. Let me explain through example. There is server_method function which engine calls (still referring to zproto_server_c.gsl). This function is to be implemented by programmer, and is part...

Hi Michael, I think it makes perfect sense to add support for XSUB socket type. is it your idea to contribute patches for this?