Re: How tomcat is handling bandwidth sharing across all request

2013-09-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Arun, On 9/11/13 3:15 PM, Arun Kumar wrote: > my native client is using http range parameter for requesting > video Excellent! The client is on the right track, then. - -chris -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.14 (Darwin) Comment:

Re: How tomcat is handling bandwidth sharing across all request

2013-09-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 9/11/13 3:41 PM, André Warnier wrote: > Arun Kumar wrote: >> Hi >> >> We are developing small video hosting application ,we are not >> writing any special program for open the video file and send to >> player , simply we are using tomcat

Re: How tomcat is handling bandwidth sharing across all request

2013-09-11 Thread Mark Eggers
On 9/11/2013 12:13 PM, André Warnier wrote: Eli wrote: To complicated Figures. Sent from my iPhone Cute, and so original. I haven't got one of those. It's Chuck's fault. Ever since he told me that his iPhone had more RAM than my server, I've been snubbing them. Then I won't mention my An

Re: How tomcat is handling bandwidth sharing across all request

2013-09-11 Thread Arun Kumar
Hi Eli i think you subscribed tomcat user mailing list accidentally so please unsubscribe it please send empty mail to users-unsubscr...@tomcat.apache.org for To remove your address from the list (mail chain), Regards Arunkumar On Wed, Sep 11, 2013 at 11:31 PM, Eli wrote: > To complicat

Re: How tomcat is handling bandwidth sharing across all request

2013-09-11 Thread André Warnier
Arun Kumar wrote: Hi We are developing small video hosting application ,we are not writing any special program for open the video file and send to player , simply we are using tomcat DefaultServlet for above all video request , now we have to benchmark our application for following scenario

Re: How tomcat is handling bandwidth sharing across all request

2013-09-11 Thread André Warnier
Eli wrote: To complicated Figures. Sent from my iPhone Cute, and so original. I haven't got one of those. It's Chuck's fault. Ever since he told me that his iPhone had more RAM than my server, I've been snubbing them. -

Re: How tomcat is handling bandwidth sharing across all request

2013-09-11 Thread Arun Kumar
Christopher my native client is using http range parameter for requesting video On Thu, Sep 12, 2013 at 12:13 AM, Arun Kumar wrote: > Hi Eli > i think you subscribed tomcat user mailing list accidentally so please > unsubscribe it > > please send empty mail to users-unsubscr...@tomcat.

Re: How tomcat is handling bandwidth sharing across all request

2013-09-11 Thread David kerber
On 9/11/2013 1:38 PM, Arun Kumar wrote: Hi We are developing small video hosting application ,we are not writing any special program for open the video file and send to player , simply we are using tomcat DefaultServlet for above all video request , now we have to benchmark our application

Re: How tomcat is handling bandwidth sharing across all request

2013-09-11 Thread Arun Kumar
Hi *David */ Christopher Thanks for your useful reply So tomcat is utilizing full socket output stream capability for corresponding threads :-) Now i have some other querys , how many max concurrent users request is allowed for following configuration , approximate number is enough dont want

Re: How tomcat is handling bandwidth sharing across all request

2013-09-11 Thread Eli
To complicated Sent from my iPhone On Sep 11, 2013, at 1:58 PM, "Larry Shatzer, Jr." wrote: > On Wed, Sep 11, 2013 at 11:39 AM, Eli wrote: > >> Who can answer a question > > Eli, > > Please read http://www.catb.org/esr/faqs/smart-questions.html > > And from your email in another thread, i

Re: How tomcat is handling bandwidth sharing across all request

2013-09-11 Thread Larry Shatzer, Jr.
On Wed, Sep 11, 2013 at 11:39 AM, Eli wrote: > Who can answer a question > Eli, Please read http://www.catb.org/esr/faqs/smart-questions.html And from your email in another thread, if you didn't know, you are subscribed to the Tomcat Users mailing list. So only questions related to Tomcat will

Re: How tomcat is handling bandwidth sharing across all request

2013-09-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 David, On 9/11/13 1:48 PM, David kerber wrote: > On 9/11/2013 1:38 PM, Arun Kumar wrote: >> Hi >> >> We are developing small video hosting application ,we are not >> writing any special program for open the video file and send to >> player , simply

Re: How tomcat is handling bandwidth sharing across all request

2013-09-11 Thread Eli
Who can answer a question Sent from my iPhone On Sep 11, 2013, at 1:38 PM, Arun Kumar wrote: > Hi > > We are developing small video hosting application ,we are not writing > any special program for open the video file and send to player , simply we > are using tomcat DefaultServlet for abov