Re: A timely question on interrupted system calls

2013-07-12 Thread mark . d . witmer
l...@gnu.org (Ludovic Courtès) writes: > mark.d.wit...@gmail.com skribis: > >> I followed the thread a few days ago on @guile-dev about SCM_SYSCALL and >> was grateful I hadn't run into any problems with it. But now I have! > > Excellent. :-) > >> I'm working with an event loop for my X bindings

Re: A timely question on interrupted system calls

2013-07-11 Thread Ludovic Courtès
mark.d.wit...@gmail.com skribis: > I followed the thread a few days ago on @guile-dev about SCM_SYSCALL and > was grateful I hadn't run into any problems with it. But now I have! Excellent. :-) > I'm working with an event loop for my X bindings that polls a socket for > availablity using `selec

A timely question on interrupted system calls

2013-07-10 Thread mark . d . witmer
I followed the thread a few days ago on @guile-dev about SCM_SYSCALL and was grateful I hadn't run into any problems with it. But now I have! I'm working with an event loop for my X bindings that polls a socket for availablity using `select'. Meanwhile, I have a repl server running in another thr