  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Struts - A MVC web framework | | Tomcat - JSP/Servlet container | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | | JSP - A mailing list about Java Server Pages specification and reference | |
Struts & Hibernate
|
|
|
  | | | new thread | new thread 2004-07-29 - By Balogh Zolt�n
Back Hi!
As far as I know there is no possibility (or not recommended) to start a new thread in the EJB. But in this case I can't find the solution in the following case.
There is a session bean which call a FTP API to check whether the given ftp-server available or not. If the server is not reachable I will get back a time-out message after eg. 2 minutes. OK I am able to set this timeout as good 20 sec but my boss requieres set it to 2 minutes (beacuse of one slower ftp server). My problem is that the JBOSS is hanging for 2 minutes to try make a login meanwhile I am not able to call eg. a administration page only if the connection is already refused.
I'd need the other thread. One for the FTP login and one for other tasks....
I haven't a clue what the solution could be....
Thanks, Topicfun
=========================================================================== To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@(protected) and include in the body of the message "help".
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859 (See http://iso-8859.ora-code.com)-1"> <META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2657.73"> <TITLE>new thread</TITLE> </HEAD> <BODY>
<P><FONT SIZE=2 FACE="Arial">Hi!</FONT> </P>
<P><FONT SIZE=2 FACE="Arial">As far as I know there is no possibility (or not recommended) to start a new thread in the EJB.</FONT> <BR><FONT SIZE=2 FACE="Arial">But in this case I can't find the solution in the following case.</FONT> </P>
<P><FONT SIZE=2 FACE="Arial">There is a session bean which call a FTP API to check whether the given ftp-server available or not.</FONT> <BR><FONT SIZE=2 FACE="Arial">If the server is not reachable I will get back a time-out message after eg. 2 minutes. OK I am able to set this timeout as good 20 sec </FONT></P>
<P><FONT SIZE=2 FACE="Arial">but my boss requieres set it to 2 minutes (beacuse of one slower ftp server).</FONT> <BR><FONT SIZE=2 FACE="Arial">My problem is that the JBOSS is hanging for 2 minutes to try make a login meanwhile I am not able to call eg. a administration page</FONT></P>
<P><FONT SIZE=2 FACE="Arial">only if the connection is already refused.</FONT> </P>
<P><FONT SIZE=2 FACE="Arial">I'd need the other thread. One for the FTP login and one for other tasks....</FONT> </P>
<P><FONT SIZE=2 FACE="Arial">I haven't a clue what the solution could be....< /FONT> </P>
<P><FONT SIZE=2 FACE="Arial">Thanks,</FONT> <BR><FONT SIZE=2 FACE="Arial">Topicfun</FONT> </P>
</BODY> </HTML> =========================================================================== To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@(protected) and include in the body of the message "help". <p>
|
|
 |