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

Reply via email to