Re: cgi "waiting..1..2.3" output...
- Posted by "Kat" <gertie at visionsix.com> Sep 07, 2004
- 473 views
On 6 Sep 2004, at 22:18, Rubens Monteiro Luciano wrote: > > > Hi CoJaBo, > > I try this: > > #!\cgi-bin\euphoria\bin\exw.exe > > > include \biotecnologia\cgi-bin\euphoria\include\sort.e > include \biotecnologia\cgi-bin\euphoria\include\misc.e > include \biotecnologia\cgi-bin\euphoria\include\file.e > > > for i=1 to 5 do > puts(1,"1") > flush(1) > sleep(1) > end for > > same result... > > shows only 11111 after 5 seconds. The most obvious solution would be for the html to call for several src= files, and you delay sending them. Otherwise, send the first "1967" in a 1Kbyte packet, then "1968" in another 1K packet, etc. The server and recipent may have different MPU, so you for sure want the fullpackets sent out one sec apart, right? Or i could get royally flamed for saying anything. Kat