0 Replies Latest reply on Mar 13, 2006 5:42 PM by zokho

    configure session bean

    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...!!?