I'm using win2k with apache, php4 and mysql and my
server had dsl speed connection.
I had created a web site with file uploading ability to the
harddisk while mysql kept a record with the file name only.
Hence, I tested it from another location with 56k modem
connection. The web site worked well when I tried simple
jobs such as adding a record, searching...etc. However,
when I tried to upload a bigger file of 2Mb, of course,
56k modem would take some time, and I tried to open
another new browser window, then the query hanged for
more than one minute, but finally it still diaplayed the
database records including the newest added record (but
the file uploading not finished yet).
Though the query completed before file uploading finished,
I think that the slow responding of query while uploading
is not acceptable for running a dynamic web site, and I
guess that this should be able to solve. Any programmer
had similar experience? Help or advice will be greatly
appreciated.