Gossamer Forum
Home : General : Internet Technologies :

Browser Overload

Quote Reply
Browser Overload
Hi,
I'm not sure if this is a Perl, Apache, MySQL, DBManSQL or Internet Explorer problem so I'm going to post it here and see what happens.

I have a perl script (DBManSQL) that does the following -
1/ Searches a MySQL database based on html form input.
2/ Based on the above search it then performs about 4 additional queries on different MySQL tables for each of the results in 1/ above and additional data is gathered (using a seperate plugin).
3/ All of the data (original result plus additional data) is combined and the final html code is generated by looping through the hits.
4/ The final html code is returned to the browser.

If there are only one or two hits in the original search, the final result is displayed in my browser as it should be. The problem is when there are more results, my browser just gives up (blank page) after a few seconds or I get the "page can't be displayed" message.
It seems to depend on the amount and type of html code being returned. For example, if there are too many links or table rows it causes the problem. If I comment out some of the perl code so it doesn't generate so much code it seem to work.
I'm running everything locally so it's not my internet connection or web hosting service.

Does anyone have any ideas what might be causing or contributing to this problem? Why doesn't my browser wait for everything to come through?

My specs are as follows -
Pentium 4 - 2.26GHZ with 1GB RAM
Win XP / Apache 2 / ActivePerl-5.8 / mysql-4
Internet Explorer 6


Thank you.
Subject Author Views Date
Thread Browser Overload jai 10754 Apr 5, 2004, 1:44 AM
Thread Re: [jai] Browser Overload
Andy 10559 Apr 5, 2004, 3:21 AM
Thread Re: [Andy] Browser Overload
jai 10595 Apr 5, 2004, 4:04 AM
Post Re: [jai] Browser Overload
fuzzy logic 10511 Apr 5, 2004, 4:06 AM
Thread Re: [jai] Browser Overload
Andy 10567 Apr 5, 2004, 4:14 AM
Thread Re: [Andy] Browser Overload
jai 10524 Apr 5, 2004, 5:07 AM
Thread Re: [jai] Browser Overload
Andy 10511 Apr 5, 2004, 11:10 AM
Thread Re: [Andy] Browser Overload
jai 10518 Apr 5, 2004, 5:06 PM
Thread Re: [jai] Browser Overload
Andy 10514 Apr 6, 2004, 12:09 AM
Thread Re: [Andy] Browser Overload
jai 10490 Apr 6, 2004, 1:02 AM
Thread Re: [jai] Browser Overload
jai 10459 Apr 6, 2004, 4:41 PM
Thread Re: [jai] Browser Overload
jai 10461 Apr 7, 2004, 4:30 AM
Post Re: [jai] Browser Overload
Alex 10424 Apr 7, 2004, 9:55 AM
Thread Re: [jai] Browser Overload
jai 10429 Apr 7, 2004, 11:04 PM
Post Re: [jai] Browser Overload
jai 10378 Apr 11, 2004, 4:27 AM