Openfire-connectionmanager / src / java / org / jivesoftware / multiplexer /
@Gaston Dombiak Gaston Dombiak authored on 11 Jan 2007
..
net Optimization - replaced Map with single listener entry with instance variable that keeps the listener. E.g. 30K connections ==> 30K Maps.... 18 years ago
spi Optimization - removed creation of DOM objects and just pass strings from clients to server. Still pending same optimization from server to clients but first we need to use MINA for that. 18 years ago
starter Initial version. JM-666 18 years ago
task Optimization - removed creation of DOM objects and just pass strings from clients to server. Still pending same optimization from server to clients but first we need to use MINA for that. 18 years ago
ClientSession.java Optimiztion - reduced number of ConnectionCloseListener instances to 1 instead of 1 per connection. 18 years ago
Connection.java Optimization - removed creation of DOM objects and just pass strings from clients to server. Still pending same optimization from server to clients but first we need to use MINA for that. 18 years ago
ConnectionCloseListener.java Initial version. JM-666 18 years ago
ConnectionManager.java Optimization - removed creation of DOM objects and just pass strings from clients to server. Still pending same optimization from server to clients but first we need to use MINA for that. 18 years ago
ConnectionWorkerThread.java Optimization - removed creation of DOM objects and just pass strings from clients to server. Still pending same optimization from server to clients but first we need to use MINA for that. 18 years ago
PacketDeliverer.java Initial version. JM-666 18 years ago
PacketRouter.java Optimization - removed creation of DOM objects and just pass strings from clients to server. Still pending same optimization from server to clients but first we need to use MINA for that. 18 years ago
ServerPacketHandler.java Optimization - removed creation of DOM objects and just pass strings from clients to server. Still pending same optimization from server to clients but first we need to use MINA for that. 18 years ago
ServerPacketReader.java Initial version. JM-666 18 years ago
ServerSurrogate.java Optimization - removed creation of DOM objects and just pass strings from clients to server. Still pending same optimization from server to clients but first we need to use MINA for that. 18 years ago
Session.java Added closing/idle timeout/polling frequency checks 18 years ago
SocketStatistic.java Initial version. JM-666 18 years ago
StreamError.java Initial version. JM-666 18 years ago
StreamIDFactory.java Work on session creation 18 years ago