blob: bba93532ca96090e506f4a9ca16dc4b64e7a0768 (
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Nel] TCP vs. UDP</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:ymorvan%40ens-lyon.fr">
<LINK REL="Previous" HREF="000500.html">
<LINK REL="Next" HREF="000495.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Nel] TCP vs. UDP</H1>
<B>Yann Morvan</B>
<A HREF="mailto:ymorvan%40ens-lyon.fr"
TITLE="[Nel] TCP vs. UDP">ymorvan@ens-lyon.fr</A><BR>
<I>Thu, 5 Jul 2001 16:59:27 +0200 (MET DST)</I>
<P><UL>
<LI> Previous message: <A HREF="000500.html">[Nel] TCP vs. UDP</A></li>
<LI> Next message: <A HREF="000495.html">[Nel] Power cut</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#478">[ date ]</a>
<a href="thread.html#478">[ thread ]</a>
<a href="subject.html#478">[ subject ]</a>
<a href="author.html#478">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>I've read the thread on MUD-Dev and some people here,
who seem to be quite experienced, say that TCP is not a
good choice for client/server communication when there are
many users and with real time constraints and it seems reasonable
since TCP implements re-emit mecanisms which are irrelevent
if the resent data doesn't matter anymore. They
say that UDP is a better choice, though EA and AC designed their own
layer. I am not a network expert but I think it would be wise to ponder
things thoroughly on that point, but I realize that designing one's own
layer (even using UDP as a starting point) is probably quite a hard task.
Yann
</pre>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI> Previous message: <A HREF="000500.html">[Nel] TCP vs. UDP</A></li>
<LI> Next message: <A HREF="000495.html">[Nel] Power cut</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#478">[ date ]</a>
<a href="thread.html#478">[ thread ]</a>
<a href="subject.html#478">[ subject ]</a>
<a href="author.html#478">[ author ]</a>
</LI>
</UL>
</body></html>
|