• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

pooling session beans in jonas

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Im using the Jonas server and am concerned about the time it takes to create one of my session beans. I would like to be able to have the container hold a pool of session beans and grab one of them when create is called rather than having to build the new bean at the time of the call. Does anyone know whether jonas supports this function ... and how i can tell it to do so ... or does anyone have any other ideas for how i can reduce the creation time for my bean (i thought about starting a thread in create, but that seems like a bad idea inside an ejb container).
Thanks for any advice,
Carl Desborough.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic