Re: More and more transport threads in blocking state
Michael B Allen <[email protected]> Sat, 9 Aug 2014 00:19:10 -0400
| Newsgroups | gmane.network.samba.java |
|---|---|
| Message-ID | <CAGMFw4gWyK5MvCAohFaQkaghFdXFyGBHzCjdiRRforT7vE6YZA@mail.gmail.com> |
On Sat, Aug 9, 2014 at 12:12 AM, Michael B Allen <[email protected]> wrote: > If you try setting responseTimeout > connTimeout, let us know how it > goes. If it works well for you, maybe we should make it the default. Or we might just use connTimeout instead of responseTimeout where the calling thread calls transport.connect() to kick off the transport thread to call socket.connect(). Logically that makes more sense anyway. I have added this to the TODO list for further investigation. Mike