aspose file tools
The moose likes JDBC and the fly likes Is each Connection a Thread? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Is each Connection a Thread?" Watch "Is each Connection a Thread?" New topic
Author

Is each Connection a Thread?

Cameron Park
Ranch Hand

Joined: Apr 06, 2001
Posts: 371
Hi, What I am confused about is if whether each Connection should be a Thread. From the books I read, Connections in connection pool do not implment Runnable or Thread, but the more I think about it, the more I think each Connection should be a Thread.
Can anyone please help?
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Is each Connection a Thread?
 
Similar Threads
Connection Pool/servlet
How to interpret multi-thread test results
Are JSPs Thread Safe ?
Synchronization Issue
What does Data Server do&Data Client do?