Search
j0ke.net Open Build Service
>
Projects
>
ha
>
crossroads-unstable
> crossroads-devel.ChangeLog
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File crossroads-devel.ChangeLog of Package crossroads-unstable (Revision 11)
Currently displaying revision
11
,
show latest
2.05 [KK 2008-08-15] Thrown errors now based on std::exeception. "xr -V" shows compilation settings. Code reorganized into directory hierarchy. 2.04 [KK 2008-08-11] Mutex in Thread class is now a static. Implemented dispatching algorithm "stored clent ip", in the variants strict and lax. Flag -n / --tryout implemented. Implemented in xrctl. 2.03 [KK 2008-08-10] Updated docs regarding the mailing list. Fixed verbose display upon accepting a client ("current back end states"). Implemented dispatching algorithm "hashed client ip", in the variants strict and lax. 2.02 [KK 2008-08-09] Changes to the Makefile & some sources to avoid warnings under RHL (thanks, Simon M.). Bytes processed by a back end is now administered in TcpDispatcher::writechunk() and not readchunk(). Reason: In HTTP mode, the target back end is not yet known upon the first read -- the first read from the client comes before dispatching. Thanks Simon M. for the bug report. All select()'s now check for errno==EINTR, incase XR gets a signal -1 (for status report). 2.01 [KK 2008-08-08] Implemented flag -C (--close-sockets-fast): this option *can* be used under heavy stress when too many network sockets remain in TIME_WAIT state (try with 'netstat -n | grep TIME_WAIT'). Syntax of xrctl is checked upon "make commit". Added documentation about Solaris tcp_time_wait_interval and Linux ip_conntrack_max. Added documentation about binding XR to the same port, using different bind-to IP's. 2.00 [KK 2008-08-07] Release of 2.00.