|
|
NIOd The NewI\O Daemon PlatformsThe NewI\O daemon NIOd is designed to run under the Unix inetd daemon. I presume would take some work to run as a W32 service. LicenseNIOd is released under the GPL (GNU Genreal Public License). Running a NewI\O ServerTo run NewI\O server you need to run the nio daemon NIOd. You can download the NIOd source code here: ftp://ftp.newio.org/pub/niod/niod.0.11_src_062_121206.tar.gz You will need to gunzip the file, and then tar xvf to extract the tar file. It needs to run under inetd. I use this xinetd configuration file: service nio
{
socket_type = stream
wait = no
user = nio
server = /home/nio/niod/niod
disable = no
}
More InformationE-Mail: cnystrom@gmail.com ![]() |