Re: attempting to achieve 100K concurrent websocket connections on Tomcat 7.0.48 NIO

2013-11-02 Thread Niki Dokovski
--- From: Christopher Schultz > >> [mailto:ch...@christopherschultz.net] Sent: Friday, November 01, > >> 2013 6:11 PM To: Tomcat Users List Subject: Re: attempting to > >> achieve 100K concurrent websocket connections on Tomcat 7.0.48 > >> NIO > >> > > Bob, > >

Re: attempting to achieve 100K concurrent websocket connections on Tomcat 7.0.48 NIO

2013-11-02 Thread Christopher Schultz
bject: Re: attempting to >> achieve 100K concurrent websocket connections on Tomcat 7.0.48 >> NIO >> > Bob, > > Just a quick note: with NIO, you should not need 100k threads to > serve 100k connections. Can a single process even request 100k > threads from the OS under y

Re: attempting to achieve 100K concurrent websocket connections on Tomcat 7.0.48 NIO

2013-11-02 Thread Mark Thomas
On 02/11/2013 00:02, Bob DeRemer wrote: > In monitoring the memory, it's not nearing the max available we > configured for the JVM, but perhaps there's something going on GC > wise. I don't have GC logging enabled and probably should. I > haven't done much with that aspect of tuning yet. Just ke

RE: attempting to achieve 100K concurrent websocket connections on Tomcat 7.0.48 NIO

2013-11-01 Thread Bob DeRemer
> -Original Message- > From: Mark Thomas [mailto:ma...@apache.org] > Sent: Friday, November 01, 2013 7:16 PM > To: Tomcat Users List > Subject: Re: attempting to achieve 100K concurrent websocket connections on > Tomcat 7.0.48 NIO > > On 01/11/2013 22:00, Bob DeR

RE: attempting to achieve 100K concurrent websocket connections on Tomcat 7.0.48 NIO

2013-11-01 Thread Bob DeRemer
> -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Friday, November 01, 2013 6:11 PM > To: Tomcat Users List > Subject: Re: attempting to achieve 100K concurrent websocket connections on > Tomcat 7.0.48 NIO > > -

Re: attempting to achieve 100K concurrent websocket connections on Tomcat 7.0.48 NIO

2013-11-01 Thread Mark Thomas
On 01/11/2013 23:15, Mark Thomas wrote: > On 01/11/2013 22:00, Bob DeRemer wrote: >> QUESTION: I'm looking for some advice on what Tomcat NIO connector >> settings to use to support 100K concurrent websocket connections. >> Hopefully I can reach this goal through a combination of Tomcat NIO >> Con

Re: attempting to achieve 100K concurrent websocket connections on Tomcat 7.0.48 NIO

2013-11-01 Thread Mark Thomas
On 01/11/2013 22:00, Bob DeRemer wrote: > QUESTION: I'm looking for some advice on what Tomcat NIO connector > settings to use to support 100K concurrent websocket connections. > Hopefully I can reach this goal through a combination of Tomcat NIO > Connector settings, and Server 2008 R2 configurat

Re: attempting to achieve 100K concurrent websocket connections on Tomcat 7.0.48 NIO

2013-11-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Bob, Just a quick note: with NIO, you should not need 100k threads to serve 100k connections. Can a single process even request 100k threads from the OS under your current environment? - -chris On 11/1/13, 6:00 PM, Bob DeRemer wrote: > QUESTION: I

attempting to achieve 100K concurrent websocket connections on Tomcat 7.0.48 NIO

2013-11-01 Thread Bob DeRemer
QUESTION: I'm looking for some advice on what Tomcat NIO connector settings to use to support 100K concurrent websocket connections. Hopefully I can reach this goal through a combination of Tomcat NIO Connector settings, and Server 2008 R2 configuration [if needed]. BACKGROUND: We're scale te