Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

slow loading applet

Options
  • 19-07-2005 2:41pm
    #1
    Registered Users Posts: 10


    Hi,

    Can anyone tell me the reason an applet would take a long time to load (50 secs). All of the class files are in a jar so only one connection has to be made to the webserver and all imports are organised. There are some perl cgi scripts being used and changing these to php doesn't make a difference.

    Cheers.


Comments

  • Closed Accounts Posts: 17,208 ✭✭✭✭aidan_walsh


    Well, the jar has to be downloaded, and all classes, images, etc have to be decompressed before the first class will run. Maybe if you try logically breaking the jar down into seperate files, perhaps by package, it might process one while downloading the next, speeding things up a little.


Advertisement