From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- pipermail/nel/2001-February/000297.html | 64 +++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 pipermail/nel/2001-February/000297.html (limited to 'pipermail/nel/2001-February/000297.html') diff --git a/pipermail/nel/2001-February/000297.html b/pipermail/nel/2001-February/000297.html new file mode 100644 index 00000000..5cba9d1b --- /dev/null +++ b/pipermail/nel/2001-February/000297.html @@ -0,0 +1,64 @@ + + + + [Nel] NeL Network Engine + + + + + + +

[Nel] NeL Network Engine

+ Vianney Lecroart + lecroart@nevrax.com
+ Wed, 28 Feb 2001 15:28:35 +0100 +

+
+ +
> is how managing more than one socket per thread efficiently ?
+
+There's no 1000000 solutions :)
+In fact, if you want to be portable, there s only one solution (if think),
+it s select() that is available on all BSD socket system (all unix, linux
+and windows)
+The other solution is poll() that it should have better performance but is
+conform to XPG4-UNIX (not available on windows)
+And other solutions are OS specific (on unix, i don t know other solutions).
+
+Vianney Lecroart
+---
+lead network programmer / nevrax.com
+icq#: 6870415
+homepage: http://ace.planet-d.net
+www.geekcode.com: GCS/E d- s+++: a-- C+++$ UL++ P- L+++>+$ E+>- W++ N+ o? K-
+w++$ O- M- V- PS- PE? Y PGP t 5? X+ R- tv++ b- DI D+ G e++ h+ r-- y?
+
+
+
+
+ + + +
+

+ -- cgit v1.2.1