On Sat, 15 Aug 2015, [email protected] wrote:
To keep the cURL handle between transmissions is a recommended procedure. If I am expecting to send messages no closer than 5 seconds up to minutes apart, is it a case when I ought to keep the handle open?
At that rate, keep it simple and just get a new handle for each request. -- Monty Brandenberg, Software Engineer MCB, Inc. [email protected] P.O. Box 425292 [email protected] Cambridge, MA 02142-0006 617.864.6907 ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
