• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: SSLWrite and SSLRead mutually exclusive?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SSLWrite and SSLRead mutually exclusive?


  • Subject: Re: SSLWrite and SSLRead mutually exclusive?
  • From: Larry Gerndt <email@hidden>
  • Date: Thu, 02 Oct 2003 08:19:30 -0700

On 10/2/03 7:40 AM, Doug Mitchell wrote:

> A given SSLContextRef can only be used by one thread at any given time. (The
> SecureTransport library as a whole is thread safe and reentrant; this
> restriction just applies to an SSLContextRef).
>
> Typically, applications which need more concurrency than this would appear to
> provide will configure the I/O to be nonblocking.
>
> --dpm
>
> On Wednesday, October 1, 2003, at 08:07 PM, Larry Gerndt wrote:
>
>> (I'm writing an SSL client). In my non-SSL class, I have a send thread and a
>> receive thread (these are MPTasks). The network I/O is done using blocking
>> sockets. I can write anytime I want, and when the receive task gets
>> something, it notifies me. This results in really good performance. However,
>> in my SSL class, which is using sockets as the underlying transport, it
>> appears that I cannot call SSLWrite while SSLRead is in progress. This
>> really bogs things down because now I have to first do a single write, then
>> wait for the response. Is there way of overcoming this problem?

I could configure the I/O to be nonblocking, but then it's important that
::SSLGetBuffered ReadSize works properly, and in my experience this routine
always returns zero. Do you know anything about why that might be?
--
Larry Gerndt
AIM Handle: SonOfTheSonOfMan
Let the truth be told though the heavens fall -- James Garrison
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.

References: 
 >Re: SSLWrite and SSLRead mutually exclusive? (From: Doug Mitchell <email@hidden>)

  • Prev by Date: Re: SSLWrite and SSLRead mutually exclusive?
  • Next by Date: Re: Update APBS port mappings
  • Previous by thread: Re: SSLWrite and SSLRead mutually exclusive?
  • Next by thread: disposing socket?
  • Index(es):
    • Date
    • Thread