Browse thread
async networking
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2006-02-08 (04:29) |
From: | skaller <skaller@u...> |
Subject: | Re: [Caml-list] Re: async networking |
On Tue, 2006-02-07 at 13:29 -0800, Rick Richardson wrote: > My only interest lies in high performance networking, specifically in a > high connection / low data volume scenario (at this juncture at least). > The optimal solution is some form of iocp with multiple threads (1 per > open socket initiated at startup). The optimal solution is to use MLton, Haskell, or Felix, which all give you a threading API without needing pthreads. Ocaml bytecode with vmthreads does too, but I think it needs to be fixed to schedule using event notifications instead of select. -- John Skaller <skaller at users dot sf dot net> Felix, successor to C++: http://felix.sf.net