Re: [PHP] Slow upload

2004-09-05 Thread Simon Rigét
but for such files PHP may take up a lot of > clocks and ram and thereby slow down on a busy server. >-- > Raditha Dissanayake. Shure you are right about that. But it is'nt 10-20 times harder for the server to upload then to download. I was thinking it was a problem in PHP with flushing a buffer

Re: [PHP] Slow upload

2004-09-05 Thread raditha dissanayake
Simon Rigét wrote: Dos anyone know how to solve the problem of very slow file upload? I think its a common problem, but I can't find a solution anyware. (Upload 10 - 20 times slower then download, even on intranet) php V 4.3.1 /Free BDS 4.8 upload going slower than download is common enough for

[PHP] Slow upload

2004-09-05 Thread Simon Rigét
Dos anyone know how to solve the problem of very slow file upload? I think its a common problem, but I can't find a solution anyware. (Upload 10 - 20 times slower then download, even on intranet) php V 4.3.1 /Free BDS 4.8 Simon Rigét -- PHP General Mailing List (http://www.php.net/) To unsubscr

Re: [PHP] slow upload with http post

2004-04-21 Thread Yavuz Maslak
- Original Message - From: "Don Read" <[EMAIL PROTECTED]> To: "Yavuz Maºlak" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, April 21, 2004 8:43 PM Subject: Re: [PHP] slow upload with http post > > On 21-Apr-2004 Yavuz Maºlak wrote: > >

Re: [PHP] slow upload with http post

2004-04-21 Thread Don Read
On 21-Apr-2004 Yavuz Maºlak wrote: > full duplex What's the output of: mount and sysctl -a | grep '^hw' ? -- Don Read [EMAIL PROTECTED] -- It's always darkest before the dawn. So if you are going to steal the neighbor's newspaper, that's the time to do

Re: [PHP] slow upload with http post

2004-04-21 Thread William Lovaton
t; To: <[EMAIL PROTECTED]> > Sent: Tuesday, April 20, 2004 6:40 PM > Subject: Re: [PHP] slow upload with http post > > > > full duplex or half duplex? > > > > > > El mar, 20-04-2004 a las 02:00, Yavuz Maşlak escribió: > > > Hello > > > I have

Re: [PHP] slow upload with http post

2004-04-20 Thread Yavuz Maşlak
full duplex - Original Message - From: "William Lovaton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 20, 2004 6:40 PM Subject: Re: [PHP] slow upload with http post > full duplex or half duplex? > > > El mar, 20-04-2004 a las 02:00

Re: [PHP] slow upload with http post

2004-04-20 Thread William Lovaton
full duplex or half duplex? El mar, 20-04-2004 a las 02:00, Yavuz Maşlak escribió: > Hello > I have a webserver that running php4.3.x,mysql3.5x,apache1.3.x on Mandrake9. > I intended to transfer this server to another server. > I installed Freebsd4.9 on newserver. and certainly apache1.3x,php4,

[PHP] slow upload with http post

2004-04-20 Thread Yavuz Maşlak
Hello I have a webserver that running php4.3.x,mysql3.5x,apache1.3.x on Mandrake9. I intended to transfer this server to another server. I installed Freebsd4.9 on newserver. and certainly apache1.3x,php4,mysql and concerning components. it works well. and I have a problem. We have 100Mbit/s Lan

[PHP] Slow upload with small files

2002-01-07 Thread Screwy
I'm trying to upload files using php to a server on the lan. Apache/1.3.22, PHP 4.0.6, MySQL 3.23.40 My problem is that file uploads are slow, a <50KB file takes around 5 minutes. Thats kilobytes. in 5 minutes. Larger files just timeout. I've set the max file sizes in apache and php configs, al