Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 07 May 2003 20:07:21 +0800
From:      Snofe Deng <dsnofe@hotmail.com>
To:        freebsd-net@freebsd.org
Subject:   I write a POP3 server, use kqueue/kevent and sendfile.
Message-ID:  <20030507200628.85F7.DSNOFE@hotmail.com>

next in thread | raw e-mail | index | archive | help
Can be Download at http://snofe.dot66.net/missey/
Bugs report and patches is welcomed.:-)

I have a benchmark about it.
it can handle about 8000 connections on my machine(CR366, 256RAM)
=2E.....

FEATURES:

Only suport FreeBSD now(4.8 and 5.x have tested), Other *BSD haven't test.
Only support Maildir format.
Only Support system user now, virtual user support will be add.
Use a single process serve more clients.
Use kqueue(2)/kevent(2) for polling.
Use sendfile(2) to transfer mail.
No temporary file used.
Very fast and few memory used.
Caching mail info.... More......

--=20
Snofe Deng <dsnofe@hotmail.com>




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030507200628.85F7.DSNOFE>