Hi Pratt, > Hi, > > If you want to hold the loaded dll permanently then you can load in a > static class & keep it in context and use the same for all the users. > If they need only for the User Session, then better to load in login and > unload on session out. That seems to be exactly what I wanted! Thank you for your help! I think now i have the primer from where I can start on my own!
Greets Bj�rn > > Hope it may be one useful thought.. > > Regards, > Pratt. > > > > ----- Original Message ----- > From: "Bjoern Abt" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Sent: Friday, March 14, 2003 3:09 PM > Subject: Re: Loading dll for servlets > > > Hi > > > > > Can you eloborate to load the dll in tomcat server?What is the > > > functionality required ? > > > > I need to access the dll's entrypoints from a few servlets. And I don't > > want > > > to Load the dll to RAM and unload it in every servlet. > > > > > Can detail us about overhead of loading and unloading dll in servlets? > > > > Hmm, about 5 Seconds in every servlet. I use the runtime.cobload and > > runtime.cobcancel calls to load. > > > > Greets > > > > Bj�rn Abt > > > > www.inode.ch > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
