The problem is that it varies so much by what your doing and how you do it.
It matters so much about your database setup, the use case of your data (can
it be cached, eager or lazy loaded), what operating system you're using,
what version...that any numbers would be pretty useless.

Look here: 
http://www.jboss.com/index.html?module=html&op=userdisplay&id=services/refer
ences/index

If you have these kinds of concerns the best thing would be to get training
and support from JBoss.  In the advanced training you'd find out how
transactions, locking policies, eager, lazy loading, caching, clustering
issues, the database driver you use and more could effect the speed and
scalability of your application.

-Andy


From: "pooja" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date: Thu, 19 Feb 2004 17:34:00 +0530
To: <[EMAIL PROTECTED]>
Subject: [JBoss-user] Performance Data

Hi
 
I searched the JBoss official site but cud not get any performance data for
some in-production application.
Can someone provide that?
 
I am planning to use it for an application which will host transactions
received from *many* other terminals.
At peak time I expect 400-500 such clients, trying synchronous long
connections & posting around a million transactions a day.
Right now, I do not have a design to contribute to the question, but I
expect it to be around 30 EJBs with very few view components, if at all. A
single servlet will listen to all the incoming terminals requests.
 
I understand optimizations like clustering but theyıll come afterwards.
Do we have a list of numbers for some in-production application? I just need
to be able to say *JBoss has it proven* :-)
 
Thank You
--- Pooja. 




-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id56&alloc_id438&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to