hello all I want to call two EJBs from a servlet with calls being multithreaded, say one thread calls one EJB , then another thread for another EJB. Is that possible? Could there be any issues?
Instead of sequentially calling the EJB's, I would liek to multithread the calll so as to improve the performance! Rgds Mariappan Ph.: 6256437 Extn.: 321 > -----Original Message----- > From: Christopher K. St. John [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, December 12, 2001 1:12 PM > To: [EMAIL PROTECTED] > Subject: Re: Clarification. > > "Sabari Arasu (CTC)" wrote: > > > > Is multithreading of calling different EJBs from one > > servlet is possible? > > > > It's a little unclear what you're asking. Could you > explain your question further? What is it exactly > that you'd like to do? > > > -- > Christopher St. John [EMAIL PROTECTED] > DistribuTopia http://www.distributopia.com > > __________________________________________________________________________ > _ > To unsubscribe, send email to [EMAIL PROTECTED] and include in the > body > of the message "signoff SERVLET-INTEREST". > > Archives: http://archives.java.sun.com/archives/servlet-interest.html > Resources: http://java.sun.com/products/servlet/external-resources.html > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
