[JBoss-user] [EJB/JBoss] - improve performance of message driven bean in jboss??!!

2006-04-01 Thread zokho
how can i improve performance of mdb ??
this is what i want to do:
i wanna send 5000 message from the client to the server(mdb) within a second.is 
it possible? i think there should be a configuration in jboss to manage that 
but where and how?
also i think it can depends on the connection factory.
plz tell me what  exacly i have to do??
thanks in advance


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934145#3934145

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934145


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - how many context a container can have?

2006-03-16 Thread zokho
how many context a container can have?
as i've brung up earlier i want to generate 5000 integer number in client and 
set them in the session bean in the server whithin a second.i tried to to that 
by multithreading but it didn't go through with it!!!
every thread has a for-loop with 500 loops that in each loop it generates a 
random number and call the set method in bean and set it, so i have 10 thread 
with 500 loops that it equals 5000 random num that it takes 6 or 7 seconds to 
do that.i did it with a simple thread like a for-loop with 5000 loops and it 
was same with last solution.(i just just call the create() method of session 
bean once and after that call the set method)
i think it depends on the context in the container.i think the context puts all 
request in a line then responses to them turn by turn.if i could define more 
context in the container or manage context to cross more than one request in a 
time it worked!! but how??is there any configuration in jboss???
thanks for ur notice and may be ur ansewers

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930823#3930823

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930823


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - configure session bean

2006-03-13 Thread zokho
i want to generate 5000 integer number in client and set them in session bean 
in the server whithin a second i thought i can do that by multithreading and i 
already generate them by multithreading  and try to set them in the session 
bean but threre is no different in the time when i generate and set them in 
simple theread (like for(int i=0;i<5000;i++){mysess.setInt(12)})
i think i have to configure something in jboss or my session bean...!!?


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929918#3929918

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929918


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user