Netty 3.1.0.ALPHA4 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Netty 3.1.0.ALPHA4 (Default branch)
# 1  
Old 03-02-2009
Netty 3.1.0.ALPHA4 (Default branch)

The Netty project is an effort to provide anasynchronous, event-driven network applicationframework and tools for rapid development ofmaintainable, high-performance, high-scalabilityprotocol servers and clients. In other words, Netty is a NIO client server framework that enables quick and easy development of network applications such as protocol servers and clients. It simplifies and streamlines network programming such as TCP/IP socket servers.License: GNU Lesser General Public License (LGPL)Changes:
HTTP chunked encoding support has been added. Three new transports were added: HTTP tunneling transport, local in-VM transport, and XNIO transport. UDP support has been added via XNIO. A connection idle state detector has been added based on hashed wheel timer.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
UHUB(1) 						      General Commands Manual							   UHUB(1)

NAME
uhub - a high performance ADC peer-to-peer hub SYNOPSIS
uhub [options] DESCRIPTION
uHub is a high performance peer-to-peer hub for the ADC network. Its low memory footprint allows it to handle several thousand users on high-end servers, or a small private hub on embedded hardware. OPTIONS
-v Verbose mode, add more -v's for higher verbosity. -q Quiet mode, if quiet mode is enabled no output or logs are made. -f Fork uhub to background in order to run it as a daemon. -l logfile Log messages to the given logfile (default: stderr) -L Log messages to syslog. -c config Specify configuration file (default: /etc/uhub/uhub.conf) -C Check configuration files and return. Will print either -s Show all configuration parameters. In a format that is compatible with the configuration files. -S Show all non-default configuration parameters. -h Show the help message. -u user Drop privileges and run as the given user. -g group Drop privileges and run with the given group permissions. -V Show the version number EXAMPLES
To run uhub as a daemon, and log to a file: uhub -f -l /var/log/uhub/uhub.log AUTHOR
This program was written by Jan Vidar Krey <janvidar@extatic.org> BUG REPORTS
If you find a bug in uhub please report it to http://bugs.extatic.org/ March 2009 UHUB(1)