I have a perl program which dynamically generates a web page loading in a javascript file in the process.
The script extracts the contents from a section of Novells eDirectory and displays the result in the browser.
I have tried the same files on two systems.
a) Windows 2000 desktop using localhost/scripts as the location of the files. The data is retreived and displayed correctly. The process takes about 5 seconds to load from start to finish.
b) Apache v2 on a netware server using as the location of the files. The process takes upto 20 seconds from start to finish, the retrieval and display is complete within 5 seconds but the browser does not indcate that it has finished for a further 15-16 seconds. Until this is complete the functions defined in the javascript code are unavailable.
I am at a loss why the Apache system is causing such a significant delay, any ideas whould be much appreciated...
TIA
The script extracts the contents from a section of Novells eDirectory and displays the result in the browser.
I have tried the same files on two systems.
a) Windows 2000 desktop using localhost/scripts as the location of the files. The data is retreived and displayed correctly. The process takes about 5 seconds to load from start to finish.
b) Apache v2 on a netware server using as the location of the files. The process takes upto 20 seconds from start to finish, the retrieval and display is complete within 5 seconds but the browser does not indcate that it has finished for a further 15-16 seconds. Until this is complete the functions defined in the javascript code are unavailable.
I am at a loss why the Apache system is causing such a significant delay, any ideas whould be much appreciated...
TIA