• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Loading an Applet Takes Time

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi..
I'm Have a big applet that runs developer 2000 forms in the browser.It takes around 15 seconds to load the applet.i know the problem is loading an applet from the cache into browser takes time.If i keep the browser open and call the applet .. then it is fast but when i close the browser the applet also flushes from the memmory.Is there any way to keep the applet in the memmory even if we close the browser.
Thanks in advance
Michael
 
Bartender
Posts: 4121
IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dealing with cache is completly up to the browser... you can change the settings yourself in your browser ( Every browser has different ways of setting this... In the old IE v4.0 browser installed on my computer at work, you can do this by selecting View > Internet Options... > Click on the button 'Settings' in the 'Temporary Internet Files' section. ) However, there is no way to 'force' someone who will be viewing your page to do this through code or anything...

-Nate
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic