Link to home
Start Free TrialLog in
Avatar of gudii9
gudii9Flag for United States of America

asked on

Concurrency, Multithreaded support in EJB

I would like to know differences, similarities, advantages, disadvantages of Concurrency, Multithreaded support in EJBs. How, where, why we use it. I was not clear on this concept. Thanks in advance
ASKER CERTIFIED SOLUTION
Avatar of a_b
a_b

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of gudii9

ASKER

If i want some multi threading within my application not system-related functionality can i implement that using EJB. please advise
Avatar of a_b
a_b

Nope. You cannot. AS per the guidelines you should allow the container to instantiate the threads.