On 11/02/2015 08:32 PM, Bo Berglund wrote:
I had already looked at Synapse, but it is blocking.

IMHO this is exactly what makes it "clearer". You can run it in a thread and do the communication with the main thread in any way you like.

A non-blocking thingy will either internally use multiple Threads (e.g. AsyncPro works in that way) or do stuff behind the screens that might hit you unexpectedly and prevent you intended cooperation with cron.

I did not know about lnet
AFAIK, it does not provide non-blocking mechanisms, either.

-Michael

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to