[Lift] Re: lift stress tests and comet

2009-06-11 Thread David Pollak
On Thu, Jun 11, 2009 at 11:02 AM, Meredith Gregory lgreg.mered...@gmail.com
 wrote:

 Lifted,

 i know that DPP has done some extensive lift stress testing. i'm wondering
 how comet has been exercised in that testing. We're seeing comet fall over
 in a load situation that would not be acceptable for production. We'd like
 to suss out how/why this is happening and whether we can work around it.
 Does anyone have any hard test data for comet?


What app server are you using?

I've did a comet test last year with Jetty serving 700 pages/sec to 2,250
sessions and did not notice significant issues.  I haven't done stress
testing since then.




 Best wishes,

 --greg

 --
 L.G. Meredith
 Managing Partner
 Biosimilarity LLC
 1219 NW 83rd St
 Seattle, WA 98117

 +1 206.650.3740

 http://biosimilarity.blogspot.com

 



-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Git some: http://github.com/dpp

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Lift group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[Lift] Re: lift stress tests and comet

2009-06-11 Thread Meredith Gregory
David,

Many thanks for the quick response. Is the test set up available anywhere?
i'd like to see what the major differences are. We're using comet with
Jetty.

Best wishes,

--greg

On Thu, Jun 11, 2009 at 11:19 AM, David Pollak 
feeder.of.the.be...@gmail.com wrote:



 On Thu, Jun 11, 2009 at 11:02 AM, Meredith Gregory 
 lgreg.mered...@gmail.com wrote:

 Lifted,

 i know that DPP has done some extensive lift stress testing. i'm wondering
 how comet has been exercised in that testing. We're seeing comet fall over
 in a load situation that would not be acceptable for production. We'd like
 to suss out how/why this is happening and whether we can work around it.
 Does anyone have any hard test data for comet?


 What app server are you using?

 I've did a comet test last year with Jetty serving 700 pages/sec to 2,250
 sessions and did not notice significant issues.  I haven't done stress
 testing since then.




 Best wishes,

 --greg

 --
 L.G. Meredith
 Managing Partner
 Biosimilarity LLC
 1219 NW 83rd St
 Seattle, WA 98117

 +1 206.650.3740

 http://biosimilarity.blogspot.com





 --
 Lift, the simply functional web framework http://liftweb.net
 Beginning Scala http://www.apress.com/book/view/1430219890
 Follow me: http://twitter.com/dpp
 Git some: http://github.com/dpp

 



-- 
L.G. Meredith
Managing Partner
Biosimilarity LLC
1219 NW 83rd St
Seattle, WA 98117

+1 206.650.3740

http://biosimilarity.blogspot.com

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Lift group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[Lift] Re: lift stress tests and comet

2009-06-11 Thread David Pollak
Greg,

It was buy a feature proprietary code... so it's not available.

Lemme see if I can set something up.  I did notice that with a recent
version of jetty, I was seeing a 50% failiure rate when saturating the
server with std http requested... switched to tomcat and the issue went
away.

I spent time with greg wilkins of jetty fame at javaone.  I feel very
confident that greg will address any issues that we run across.

Thanks,

David

On Jun 11, 2009 11:44 AM, Meredith Gregory lgreg.mered...@gmail.com
wrote:

David,

Many thanks for the quick response. Is the test set up available anywhere?
i'd like to see what the major differences are. We're using comet with
Jetty.

Best wishes,

--greg

On Thu, Jun 11, 2009 at 11:19 AM, David Pollak 
feeder.of.the.be...@gmail.com wrote:

 On Thu, Jun 11, 2009 at 11:02 AM, Meredith Gregory 
 lgreg.mered...@gmail.com wrote:   L...

  Lift, the simply functional web framework http://liftweb.net  Beginning
 Scala http://www.apress.c...



-- L.G. Meredith Managing Partner Biosimilarity LLC 1219 NW 83rd St Seattle,
WA 98117 +1 206.650...

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Lift group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[Lift] Re: lift stress tests and comet

2009-06-11 Thread Meredith Gregory
David,

Btw, i don't see a use of the Bayeux lib in lift, but want to double check
that it's not being used.

Best wishes,

--greg

On Thu, Jun 11, 2009 at 11:44 AM, Meredith Gregory lgreg.mered...@gmail.com
 wrote:

 David,

 Many thanks for the quick response. Is the test set up available anywhere?
 i'd like to see what the major differences are. We're using comet with
 Jetty.

 Best wishes,

 --greg


 On Thu, Jun 11, 2009 at 11:19 AM, David Pollak 
 feeder.of.the.be...@gmail.com wrote:



 On Thu, Jun 11, 2009 at 11:02 AM, Meredith Gregory 
 lgreg.mered...@gmail.com wrote:

 Lifted,

 i know that DPP has done some extensive lift stress testing. i'm
 wondering how comet has been exercised in that testing. We're seeing comet
 fall over in a load situation that would not be acceptable for production.
 We'd like to suss out how/why this is happening and whether we can work
 around it. Does anyone have any hard test data for comet?


 What app server are you using?

 I've did a comet test last year with Jetty serving 700 pages/sec to 2,250
 sessions and did not notice significant issues.  I haven't done stress
 testing since then.




 Best wishes,

 --greg

 --
 L.G. Meredith
 Managing Partner
 Biosimilarity LLC
 1219 NW 83rd St
 Seattle, WA 98117

 +1 206.650.3740

 http://biosimilarity.blogspot.com





 --
 Lift, the simply functional web framework http://liftweb.net
 Beginning Scala http://www.apress.com/book/view/1430219890
 Follow me: http://twitter.com/dpp
 Git some: http://github.com/dpp

 



 --
 L.G. Meredith
 Managing Partner
 Biosimilarity LLC
 1219 NW 83rd St
 Seattle, WA 98117

 +1 206.650.3740

 http://biosimilarity.blogspot.com




-- 
L.G. Meredith
Managing Partner
Biosimilarity LLC
1219 NW 83rd St
Seattle, WA 98117

+1 206.650.3740

http://biosimilarity.blogspot.com

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Lift group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[Lift] Re: lift stress tests and comet

2009-06-11 Thread David Pollak
It's not.  We rolled our own comet pre bayeux... and our stuff is still
better for multiple open browser tabs.

On Jun 11, 2009 11:55 AM, Meredith Gregory lgreg.mered...@gmail.com
wrote:

David,

Btw, i don't see a use of the Bayeux lib in lift, but want to double check
that it's not being used.

Best wishes,

--greg

On Thu, Jun 11, 2009 at 11:44 AM, Meredith Gregory lgreg.mered...@gmail.com
wrote:   David,  ...

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Lift group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---