Re: [PHP] sleep and usleep not working ??

2001-01-26 Thread Benny Nissen
i en meddelelse 94m72k$qd9$[EMAIL PROTECTED]">news:94m72k$qd9$[EMAIL PROTECTED]... > ""Benny Nissen"" <[EMAIL PROTECTED]> wrote in message > 94k0ql$em$[EMAIL PROTECTED]">news:94k0ql$em$[EMAIL PROTECTED]... > > Hi All > > > >

Re: [PHP] sleep and usleep not working ??

2001-01-23 Thread Benny Nissen
I have to add that I am using the latest PHP version. It was Windows and Linux servers I was talking about. usleep work in the way that it return right away without any sleep time. Benny ""Benny Nissen"" <[EMAIL PROTECTED]> skrev i en meddelelse 94k0ql$em$[EMAIL

[PHP] sleep and usleep not working ??

2001-01-23 Thread Benny Nissen
Hi All I have tried to get this to work but it does not produce any output in the browser - why $i = 1; while ($i) { if(connection_aborted()) break; echo $i; echo ""; $i++; sleep(1); //usleep(1000); } It turns out that the sleep and usleep does not return as far as I can tell. If I

Re: [PHP] How can I make a PHP script run as a background process ????

2001-01-22 Thread Benny Nissen
Thanks Richard for the info. Will try to see if I can make something work. I do think that a background job thread is missing from PHP (as standard functions etc.) Benny ""Richard Lynch"" <[EMAIL PROTECTED]> skrev i en meddelelse 06a501c084ca$19dc44a0$[EMAIL PROTECTED]">news:06a501c084ca$19dc44

[PHP] How can I make a PHP script run as a background process ????

2001-01-22 Thread Benny Nissen
Hi All I need to have some task performed all the time in the background (database task etc.) How is this possible with PHP. I do not have direct access to the OS (can not make an application to run directly under linux). Is it possible to have a PHP script execute all the time in some way. Than

Re: [PHP] How can I "download" information (file) without standard "save as" dialog ??

2001-01-18 Thread Benny Nissen
""Richard Lynch"" <[EMAIL PROTECTED]> skrev i en meddelelse 050101c0811f$0c609780$[EMAIL PROTECTED]">news:050101c0811f$0c609780$[EMAIL PROTECTED]... > > "save as" dialog that will come up in all cases (you may have a > > workaround this problem). If the dialog is not shown up the > > download des

[PHP] How can I "download" information (file) without standard "save as" dialog ??

2001-01-16 Thread Benny Nissen
Hi All I am unable to find the correct solution (where to start) with this problem. We are an Open Source group developing an ECC based (elliptic curve) public key cryptography alternative to PGP. For this project we need a public database to store the public keys in with search facilities an