I have a modbus driver class, which works perfectly, except that opening a connection 
(new Socket) will take about 4-5 seconds. 

So i want to pool connections, hoping that i don't have to reconnect, since connecting 
is the only real slow step.

Is this possible? In fact the class just uses the standaard java socket 
(java.net.Socket) class, can that one by used in a connection pool?
And what would be the best way to implent that? Examples are aiming at database 
connections...

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851702#3851702

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851702


-------------------------------------------------------
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-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to