[stunnel-users] stunnel-4.20 server loop on AIX 5.3

Peter Heimann heimannp at web.de
Mon Jun 4 11:55:36 CEST 2007


Michal Trojnara <Michal.Trojnara at mobi-com.net> wrote on 31.05.2007 20:48:08:
> An alternative workaround would be changing:
> 	 continue;
> to:
> 	sleep(1);
> 	continue;

If OpenSSL has been compiled with IBM cc, most new stunnel connections then 
result in EAGAIN once. sleep(1) seems to prevent an endless loop, but most 
requests now need at least one second to be processed.

Compiling OpenSSL with IBM xlc_r, as you proposed, is definitely the better 
solution and prevents the EAGAIN errors.

-- 
Regards
Peter Heimann
_______________________________________________________________
SMS schreiben mit WEB.DE FreeMail - einfach, schnell und
kostenguenstig. Jetzt gleich testen! http://f.web.de/?mc=021192




More information about the stunnel-users mailing list