As explained very well by Jose Kuzhivelil
http://jojovedder.blogspot.com/2009/05/weblogic-socket-muxers-are-not-stuck.html
"The socket Muxer manages the server’s existing socket connections.
It first determines which sockets have incoming requests waiting to be processed. It then reads enough data to determine the protocol and dispatches the socket to an appropriate runtime layer based on the protocol.
In the runtime layer, the socket muxer threads determine which execute thread queue to be used and delegates the request accordingly."
Another great post on the Muxer topic is this
http://m-button.blogspot.com/2008/08/how-does-weblogic-handle-socket-muxers.html
An alternative to DevPollSocketMuxer is PosixSocketMuxer on Unix, and NTSocketMuxer on Windows
Thursday, August 18, 2011
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment