Article 4PZXS buffering of perl linux is different from perl windows

buffering of perl linux is different from perl windows

by
tseesink
from LinuxQuestions.org on (#4PZXS)
Using SMTP on my Windows test server outputs line by line the sending of an email using:
use IO::Handle;
select STDOUT;
STDOUT->autoflush();
$|=1;

The same code on the Linux server buffers the output and causes regularaly the error:
504 Gateway time-out

I am still investigating why but looking for some help too.
Thanks,
TomSlatest?d=yIl2AUoC8zA latest?i=Qy5pSEL5Bog:qWIkBF8WUjc:F7zBnMy latest?i=Qy5pSEL5Bog:qWIkBF8WUjc:V_sGLiP latest?d=qj6IDK7rITs latest?i=Qy5pSEL5Bog:qWIkBF8WUjc:gIN9vFwQy5pSEL5Bog
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments