"bela" wrote : 
  | Use of Serializable will probably be removed from MessageImpl (replaced by 
Externalizable, if possible). Serialization will exert some penalty, but what numbers 
did you get anyway for the pubsub test ? I'm also curious about HW/SW/JDK/NW.
  | 

Here are my numbers:

HW - Dell Precision 1.7 ghz Single Xeon CPU with 1GB Ram
SW - Redhat Linux 9.0
JDK - 1.4.2
NW - 10 mbit but the tests are just on my local machine - will have gigabit within the 
next few weeks with dual 3.0ghz xeon machines if that will make a big impact?

"bela" wrote : 
  | For smaller messages (e.g. 1-2K), you should get at least 1000 msgs/sec.
  | 

If I got 1000 messages/second I would be extremely happy.  Here are my numbers:

For Text messages using Ovidiu's text message implementation (all of these use the 
fc-fast.xml stack)

1 pub - 1 sub
678 messages/second at 10,000 text messages sent

1 pub - 2 sub
460 messages/second at 10,000 text messages sent

1 pub - 3 sub
345 messages/second at 10,000 text messages sent

For Object messages using my implementation of the ObjectMessage (all of which use the 
fc-fast.xml stack)

These messages are a series of state vectors packed in a java.util.Arraylist (written 
to a file as an ObjectOutputStream each fille Arraylist produced 1.8kb of data)

1 pub - 1 sub
93 messages/second at 10,000 object messages sent

1 pub - 2 sub
87 messages/second at 10,000 object messages sent

1 pub - 3 sub
73 messages/second at 10,000 object messages sent



One thing to note - I wrote my own ant runtimes and I'm not sure if that impacts 
performance?  

I'm nowhere near your numbers so maybe there's something obvious I'm doing wrong here. 
 I could send you my code and ant runtimes if that would help?  

<a 
href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827489#3827489";>View 
the original post</a>

<a 
href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827489>Reply 
to the post</a>


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to