FreeBSD and Py-Kqueue

Chris Watson chris at voodooland.net
Tue Feb 13 01:17:54 EST 2001


Hi all,

	Has anyone had experience with using python and the python wrapper
to kqueue in FreeBSD? I am authoring a book on postfix the MTA and I have
read posts about an asynchronous syslogd on linux. Allowing for greater
speed for postfix then a normal synchronous syslogd. Well FreeBSD doesn't
have the async option. So I believe I have two choices to test to see how
much this helps, either port Theodore Tso's syslogd to FreeBSD (icky) or
write a cheap syslogd with Python to do writes async. I was wondering if
kqueue would help syslogd out at all for increasing read/write
performance? Any thoughts on this?

--
=============================================================================
-Chris Watson         (316) 326-3862 | FreeBSD Consultant, FreeBSD Geek 
Work:              scanner at jurai.net | Open Systems Inc., Wellington, Kansas
Home:  scanner at deceptively.shady.org | http://open-systems.net
=============================================================================
WINDOWS: "Where do you want to go today?"
LINUX: "Where do you want to go tomorrow?"
BSD: "Are you guys coming or what?"
=============================================================================
GNU = Gnu's Non-portable & Unstable
irc.openprojects.net #FreeBSD -Join the revolution!
ICQ: 20016186





More information about the Python-list mailing list