in reply to Re^2: Threads and HTTPS Segfault
in thread Threads and HTTPS Segfault
If you cannot fix the problem and need bi-di communications with the kids, then you could do worse than to use a queue talking to threads that run lwp-requests via piped-opens. The https sessions run in separate processes, but you fetch the data back into the parent process where you can coordinate between them.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Threads and HTTPS Segfault
by onelesd (Pilgrim) on Aug 23, 2011 at 02:38 UTC | |
by BrowserUk (Patriarch) on Aug 23, 2011 at 03:21 UTC | |
by onelesd (Pilgrim) on Aug 23, 2011 at 05:51 UTC |