On 3/13/2017 5:16 PM, Ryan Culpepper wrote:

When a thread uses a VC, it gets an underlying connection assigned exclusively to it for the lifetime of the thread[*]. When the thread dies, the VC releases the underlying connection; if it came from a pool, it returns to the pool and it can be obtained by another thread.

[*] or until the thread calls disconnect

Ah.  My mistake.   This was not clear [to me] from the documentation.

Thanks,
George


--
You received this message because you are subscribed to the Google Groups "Racket 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to