[plt-scheme] ssl/tls connections
On Tue, Mar 31, 2009 at 3:34 PM, nik gaffney <nik at fo.am> wrote:
> could you explain how this would work? Ive tried using sync in the read
> thread, without any change, but am not clear how to sync between the
> read & write threads.
I can't explain how it would work, because OpenSSL seems to defy
explanation ;) However, this article
http://www.linuxjournal.com/article/5487
seems to suggest at some times you might need to wait till the port is
ready to read before a write will succeed and vice versa. However this
reasoning is confounded by the PLT implementation of OpenSSL, which
seems to do most of this itself.
N.