29 Apr
2010
29 Apr
'10
8:19 a.m.
Boris Schaeling
On Wed, 28 Apr 2010 23:47:13 +0200, Christopher Yeleighton
wrote: [...]So how do I handle signals without breaking something?
You could for example create a pipe and write to it in the signal handler (write is a function you can call in a signal handler). Somewhere else in
May I call socket::cancel in a signal handler? How do I dispose of the open session objects? Chris