[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
New org.jutil package
Hi,
there is a new 'org.jutil' package in the xmlBlaster
distribution (cvs only).
All generic classes will move over the time
from
org.xmlBlaster.util
to
org.jutil
Jutil should only contain very common classes
which one needs 'everyday'.
It will be independent from xmlBlaster one day.
To check out provide the '-d' option:
cvs update -d
in the xmlBlaster root directory.
Some first classes are:
- A timer, similar to the X-Window timer or Javascript timer,
which is very high performing and easy capable to handle many
thousands time-out clients.
- A resource pool manager, which allows to handle scarce resources
freeing them after time-outs. It is configurable to handle
for example JDBC Connections, UserSession (inclusive generating
a unique sessionId), Thread Pools or whatever.
It is high performing and allows to pool many thousands of
'rare resources'.
regards,
Marcel
--
Marcel Ruff
ruff at swand.lake.de
http://www.lake.de/home/lake/swand/
http://www.xmlBlaster.org