diff options
author | neodarz <neodarz@neodarz.net> | 2018-08-11 20:21:34 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-08-11 20:21:34 +0200 |
commit | 0ea5fc66924303d1bf73ba283a383e2aadee02f2 (patch) | |
tree | 2568e71a7ccc44ec23b8bb3f0ff97fb6bf2ed709 /pipermail/nel/2001-February/000297.html | |
download | nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.tar.xz nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.zip |
Initial commit
Diffstat (limited to '')
-rw-r--r-- | pipermail/nel/2001-February/000297.html | 64 |
1 files changed, 64 insertions, 0 deletions
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 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Nel] NeL Network Engine</TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:lecroart%40nevrax.com"> + <LINK REL="Previous" HREF="000295.html"> + <LINK REL="Next" HREF="000298.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Nel] NeL Network Engine</H1> + <B>Vianney Lecroart</B> + <A HREF="mailto:lecroart%40nevrax.com" + TITLE="[Nel] NeL Network Engine">lecroart@nevrax.com</A><BR> + <I>Wed, 28 Feb 2001 15:28:35 +0100</I> + <P><UL> + <LI> Previous message: <A HREF="000295.html">[Nel] NeL Network Engine</A></li> + <LI> Next message: <A HREF="000298.html">[Nel] NeL Network Engine</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#297">[ date ]</a> + <a href="thread.html#297">[ thread ]</a> + <a href="subject.html#297">[ subject ]</a> + <a href="author.html#297">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>><i> is how managing more than one socket per thread efficiently ? +</I> +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: <A HREF="http://ace.planet-d.net">http://ace.planet-d.net</A> +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? + + + +</pre> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI> Previous message: <A HREF="000295.html">[Nel] NeL Network Engine</A></li> + <LI> Next message: <A HREF="000298.html">[Nel] NeL Network Engine</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#297">[ date ]</a> + <a href="thread.html#297">[ thread ]</a> + <a href="subject.html#297">[ subject ]</a> + <a href="author.html#297">[ author ]</a> + </LI> + </UL> +</body></html> |