Re: [Haifux] Implementing read() like UNIX guys like it

2011-04-26 Thread Nadav Har'El
On Sat, Apr 23, 2011, Eli Billauer wrote about Re: [Haifux] Implementing read() like UNIX guys like it: if the user calls read and there is data - return what you have to the user without blocking. That is one of the options I considered. The drawback of doing this exactly like this, is that

[Haifux] Fwd: Job offer: Python developer

2011-04-26 Thread Zaar Hai
Good day everyone! I've thought that posting job offers just before Passover is not a very good idea. So I'd like to repost this job offer. I hope it will not go against the list rules. -- Forwarded message -- From: Zaar Hai haiz...@haizaar.com Date: Sat, Apr 16, 2011 at 10:06 PM

Re: [Haifux] Implementing read() like UNIX guys like it

2011-04-26 Thread Nadav Har'El
On Tue, Apr 26, 2011, Eli Billauer wrote about Re: [Haifux] Implementing read() like UNIX guys like it: (...) Second, if the CPU *did* have something useful to do (run other processes, or whatever), it would, causing a bit more time to pass between the read() and it might return more than

Re: [Haifux] Implementing read() like UNIX guys like it

2011-04-26 Thread Shachar Raindel
On Tue, Apr 26, 2011 at 11:33 PM, Nadav Har'El n...@math.technion.ac.il wrote: On Tue, Apr 26, 2011, Eli Billauer wrote about Re: [Haifux] Implementing read() like UNIX guys like it: (...) Second, if the CPU *did* have something useful to do (run other processes, or whatever), it would,