socket in pooled thread

I am using a ExecutorService (fixed thread pool) for client threads. Every client thread creates a socket connection. I was wondering if there is a way to keep the socket connection open for every pooled thread or if I have to have an extra pool for those socket connections.
[282 byte] By [mischka24a] at [2007-10-3 5:04:24]
# 1
Yes, just put it somewhere where the Runnables can find it.
ejpa at 2007-7-14 23:10:19 > top of Java-index,Java Essentials,Java Programming...