Article: Network performance by OS

From: "Serguei Mokhov" <sa_mokho(at)alcor(dot)concordia(dot)ca>
To: "PostgreSQL Hackers" <pgsql-hackers(at)postgresql(dot)org>, "LinuxTalk" <linuxtalk(at)yahoogroups(dot)com>
Cc: "Peter Solodov" <solodov(at)bigfoot(dot)com>, "Angelo Papadatos" <angpa(at)videotron(dot)ca>, "Anastassia Obolenskaya" <nas(at)stribor(dot)phyast(dot)pitt(dot)edu>
Subject: Article: Network performance by OS
Date: 2001-06-16 17:45:20
Message-ID: 025701c0f68c$1fe17ee0$5dd9fea9@gunn
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi All,

Here is a nice article comparing OSea to run hardcore net apps:

http://www.sysadminmag.com/articles/2001/0107/0107a/0107a.htm

The article compares Linux (RH), FreeBSD, Solaris (Intel), and Windows 2000.
The tests were performed against the implementation TCP/IP Architecture
on these platforms with different system calls, file systems tests (EXT2 for Linux, UFS for FreeBSD
and Solaris, and NTFS for Windows 2000) for creating writing, and reading
10,000 files, so some apps like different DBMS or other networks apps
depending on heavy disk I/O would perform on the OSes, and test of various network
applications based on number of simultaneous connections, process-based vs. thread-based
and sync vs. async connection handling architectures.

Hope it might be helpful for you :)

Serguei

Browse pgsql-hackers by date

  From Date Subject
Next Message Manuel Sugawara 2001-06-16 17:46:05 Re: postgres dies while doing vacuum analyze
Previous Message Peter Eisentraut 2001-06-16 17:05:53 Re: RTLD_GLOBAL on openbsd