pool of connections
"foo" <[email protected]> Mon, 10 Sep 2007 22:12:13 -0400
| Newsgroups | gmane.comp.java.classpath.extensions.javamail |
|---|---|
| Message-ID | <5EFCFF23B6FD4D09889B69CDF9D3F44F@stupid> |
I read on the IMAP package summary that "The GNU IMAP Store operates over a single socket connection to the server. It does not use a pool of connections." I wish to have it use a pool of multiple connections, like the Sun implementation. Is there a way to set it to do that? Thanks,