- From: Ian Hickson <ian@hixie.ch>
- Date: Mon, 7 Jul 2008 21:36:55 +0000 (UTC)
On Mon, 7 Jul 2008, Mike Ter Louw wrote: > > Joking aside, should a blocking read/recv call be made available? In > some cases additional lag may be an acceptable compromise for > maintaining the JavaScript call stack until a response arrives. Blocking I/O is a non-starter on the main thread. We might add this if we have a background worker thread API at some point. -- Ian Hickson U+1047E )\._.,--....,'``. fL http://ln.hixie.ch/ U+263A /, _.. \ _\ ;`._ ,. Things that are impossible just take longer. `._.-(,_..'--(,_..'`-.;.'
Received on Monday, 7 July 2008 14:36:55 UTC