in reply to Re^2: Multiplexing HTTPS server, peer cert authentication problem.
in thread Multiplexing HTTPS server, peer cert authentication problem.
And if the threads approach remains too troublesome, you could always spawn the daemonets with something like for (1..$nrDmnts) { my $pid = open my $ph, "|-" ... } instead and send them non-shared data across the pipe.
-M
Free your mind
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Multiplexing HTTPS server, peer cert authentication problem.
by erroneousBollock (Curate) on Mar 06, 2007 at 12:18 UTC | |
by Moron (Curate) on Mar 06, 2007 at 12:25 UTC | |
by erroneousBollock (Curate) on Mar 06, 2007 at 14:10 UTC | |
by Moron (Curate) on Mar 06, 2007 at 14:26 UTC | |
by erroneousBollock (Curate) on Mar 07, 2007 at 00:58 UTC | |
|