Bugs item #1048919, was opened at 2004-10-17 23:54
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1048919&group_id=22866

Category: JBossMQ
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Adrian Brock (ejort)
Assigned to: Nobody/Anonymous (nobody)
Summary: Redeploy UIL2/OIL under java 1.3

Initial Comment:
org.jboss.mq.il.oil.OILServerILService
org.jboss.mq.il.uil2.UILServerILService

Closing the server socket in stopService()
does not interrupt the accept thread under java 1.3
nor does acceptThread.interrupt() if the thread is in
serverSocket.accept()

Does anybody know how to correctly interrupt a
thread that is in serverSocket.accept() under java 1.3
or is this due to crappy VM implementation?

Using SOTimeout isn't really an option since we
would have to make it a reasonable length of time
to stop it spinning.
Which means to allow a redeploy, we would have to
join the acceptThread. 
This potentially means a long wait during a
redeploy or shutdown.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1048919&group_id=22866


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to