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-July/000483.html | |
download | nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.tar.xz nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.zip |
Initial commit
Diffstat (limited to 'pipermail/nel/2001-July/000483.html')
-rw-r--r-- | pipermail/nel/2001-July/000483.html | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/pipermail/nel/2001-July/000483.html b/pipermail/nel/2001-July/000483.html new file mode 100644 index 00000000..5189b33f --- /dev/null +++ b/pipermail/nel/2001-July/000483.html @@ -0,0 +1,63 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> Re[2]: [Nel] TCP vs. UDP</TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:zager%40teleaction.com"> + <LINK REL="Previous" HREF="000481.html"> + <LINK REL="Next" HREF="000482.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>Re[2]: [Nel] TCP vs. UDP</H1> + <B>Dim Segebart</B> + <A HREF="mailto:zager%40teleaction.com" + TITLE="Re[2]: [Nel] TCP vs. UDP">zager@teleaction.com</A><BR> + <I>Thu, 5 Jul 2001 17:45:39 +0200</I> + <P><UL> + <LI> Previous message: <A HREF="000481.html">[Nel] TCP vs. UDP</A></li> + <LI> Next message: <A HREF="000482.html">[Nel] TCP vs. UDP</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#483">[ date ]</a> + <a href="thread.html#483">[ thread ]</a> + <a href="subject.html#483">[ subject ]</a> + <a href="author.html#483">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Just facts: +We run relatively large chat server with our own server software. We +use TCP for all communications between Java clients and server-side. +At peak-load time we have 2000 opened TCP-sockets at once. Profiling +shows up what most of CPU time server performs write(). +And finally SW and HW - we use SunOS 5.7 aka Solaris7 +Our homemade software written in C++ utilize 2,5 CPU out of 4 in our +Sun Enterprise Server 450 with 4 CPU and 1G RAM +May be someone have the similar service on UDP and can share his +statistic ? + +-- +Dim Segebart + + + +</pre> + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI> Previous message: <A HREF="000481.html">[Nel] TCP vs. UDP</A></li> + <LI> Next message: <A HREF="000482.html">[Nel] TCP vs. UDP</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#483">[ date ]</a> + <a href="thread.html#483">[ thread ]</a> + <a href="subject.html#483">[ subject ]</a> + <a href="author.html#483">[ author ]</a> + </LI> + </UL> +</body></html> |