Netty 3.0.0.CR4 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Netty 3.0.0.CR4 (Default branch)
# 1  
Old 09-22-2008
Netty 3.0.0.CR4 (Default branch)

The Netty project is an effort to provide anasynchronous, event-driven network applicationframework for rapid development of maintainable, high-performance, high-scalability protocolservers and clients. It includes relatedout-of-the-box protocol extensions and a toolsuite.License: GNU Lesser General Public License (LGPL)Changes:
Startup time has been decreased significantly. TheNetty user guide has been added, including thestep-by-step tutorial. A bug where the last byteis lost when a connection is closed was fixed. Abug where the channelBound event is fired twicewas fixed.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
hires_timeout_enable(5) 					File Formats Manual					   hires_timeout_enable(5)

NAME
hires_timeout_enable - enable high resolution timers support VALUES
Failsafe Default Allowed values Recommended values unless applications require high resolution timers. DESCRIPTION
is a dynamic tunable that enables/disables support for high resolution timers and timed sleep for the following Application Programming Interfaces (APIs) - and With the higher resolution, these interfaces can be expected to support time intervals less than the current 10 ms. Who Is Expected to Change This Tunable? System administrators who need higher than default resolution for applications. Restrictions on Changing changes take effect immediately. However, changes to this tunable will not affect timed events already queued. When Should the Value of This Tunable Be Raised? The value of should be set to if applications require higher resolution for proper operation. Changes will be system-wide. What Are the Side Effects of Raising the Value? The number of timer-related interrupts may increase. When Should the Value of This Tunable Be Lowered? The value of may be set to if there is no longer any overriding need for higher than default resolution. What Are the Side Effects of Lowering the Value? Fewer timer-related interrupts. What Other Tunable Values Should Be Changed at the Same Time? None WARNINGS
All HP-UX kernel tunable parameters are release specific. This parameter may be removed or have its meaning changed in future releases of HP-UX. Installation of optional kernel software, from HP or other vendors, may cause changes to tunable parameter values. After installation, some tunable parameters may no longer be at the default or recommended values. For information about the effects of installation on tun- able values, consult the documentation for the kernel software being installed. For information about optional kernel software that was factory installed on your system, see at AUTHOR
was developed by HP. SEE ALSO
getitimer(2), nanosleep(2), semop(2), setitimer(2), sigtimedwait(2), timer_gettime(2), timer_settime(2), ualarm(2), usleep(2), pthread_cond_wait(3T). Tunable Kernel Parameters hires_timeout_enable(5)