Can we use user defined threads in EJB. If not then why?
chad stevens
Ranch Hand
Joined: Aug 20, 2002
Posts: 88
posted
0
Can we use user defined threads in EJB. If not then why?
Thomas Taeger
Ranch Hand
Joined: Dec 16, 2002
Posts: 307
posted
0
Originally posted by chad stevens: Can we use user defined threads in EJB. If not then why?
Hi Stevens, you can not start own threads in any J2EE container because that would affect the over all reliability. It would make the behaviour of that component and of the whole J2EE server unpredictable. Thomas.