Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^2: Multiplexing HTTPS server, peer cert authentication problem.

by erroneousBollock (Curate)
on Mar 05, 2007 at 17:23 UTC ( [id://603245]=note: print w/replies, xml ) Need Help??


in reply to Re: Multiplexing HTTPS server, peer cert authentication problem.
in thread Multiplexing HTTPS server, peer cert authentication problem.

In my testing (on Windows) fork() ended up using Threads.pm, which made IO::Socket::SSL break.

I am using threads, just not to do communication with clients.
The package which contains the multiplexing https server has a reference to a 'dispatcher' object with methods like:
* dispatcher->dispatch(headers,body)
* dispatcher->pending_responses()
* dispatcher->retrieve_response()
The dispatcher runs in a separate thread - and manages dispatch of "work" to a pool of worker threads via Thread::Queue::Any.

-David.
  • Comment on Re^2: Multiplexing HTTPS server, peer cert authentication problem.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://603245]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (3)
As of 2024-04-19 18:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found