In my situation, yes multiple threads. What I have is a service that I've
bastardized by making a stateless session bean that uses a singleton. When I
connect to it, i end up with many of these beans all calling asynchronously,
so yep, make it thread safe! I don't really know if they would end up
sharing threads or unique, I would guess the spec leaves it open to
implementation.

rick


----- Original Message -----
From: "Michael Klem" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 14, 2002 6:02 PM
Subject: [JBoss-user] Threading question


> I am creating a simple caching object that will be used by multiple
> EJBs. Is each EJB handled by a different thread? I need to know if I
> need to make my caching object thread safe.
> --
> "It's not easy to juggle a pregnant wife and a troubled child, but
> somehow I managed to fit in eight hours of TV a day." - Homer
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by: Dice - The leading online job board
> for high-tech professionals. Search and apply for tech jobs today!
> http://seeker.dice.com/seeker.epl?rel_code=31
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user



-------------------------------------------------------
This sf.net email is sponsored by: Dice - The leading online job board
for high-tech professionals. Search and apply for tech jobs today!
http://seeker.dice.com/seeker.epl?rel_code=31
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to