On Thu, 2003-11-06 at 22:42, Todd Slater wrote:
> On Thu, Nov 06, 2003 at 07:36:58PM -0400, Adolfo Bello wrote:
> > On Thu, 2003-11-06 at 10:30, Todd Slater wrote:
> > > I've got a couple of php/sql apps on a server running 9.1 that will take
> > > uploads. The problem is that the uploads take forever and sometimes die
> > > before they're finished. These are done through a web interface--no ftp
> > > or anything like that. Downloads work fine.
> > > 
> > > I have a hunch that this is related to firewall, but what would I check
> > > on the server to make sure it's not some config setting there? It's
> > > running at the highest security level, but pretty much a stock install
> > > of everything web-related.
> > > 
> > > Todd
> > 
> > Todd:
> > 
> > Try to increase the connection timeout in php.ini. That might be the
> > reason why uploads die before finishing.
> > 
> > Regarding upload speed it is either the connection speed or the php
> > code/library used for the uploads. Are you inserting the uploads
> > directly into the database? If so, try uploading to a directory to check
> > if the code inserting the upload into the database is slowing things
> > down.
> > 
> > HTH,
> > 
> > Adolfo
> 
> Thanks for the tips, Adolfo. Interesting, when I'm at home the uploads
> are really fast--it's only when I'm on the network at work that it's
> slow. Makes me think it's something to do with the network now.
> 
> Todd

Could it be some kind of asymmetric protocol? Uploading speed could be
much slower than downloading speed, which can cause the php page to
timeout.

Where is the application hosted? At home? At work? What are the
downloading/uploading bandwidths at the site where the upload are slow?

Adolfo





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to