blob: 5cba9d1b19a253f96ab66c7908b420e7137ee7a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
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>
|