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

4 Jun
2007
4 Jun
'07
9:55 a.m.
Michal Trojnara <Michal.Trojnara@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
6649
Age (days ago)
6649
Last active (days ago)
0 comments
1 participants
participants (1)
-
Peter Heimann