This content has been marked as final. 
    
Show                 6 replies
    
- 
        1. Re: Remoting refactoring completeclebert.suconic Jul 29, 2008 10:45 AM (in response to timfox)At the moment, I can only get good perfSender/perfListener results if I change producer and consumer-window-size to something smaller on the ConnectionFactory. 
 from jbm-jndi.xml:<connection-factory name="ConnectionFactory"> <entry name="ConnectionFactory"/> <entry name="/ConnectionFactory"/> <entry name="/XAConnectionFactory"/> <entry name="java:/ConnectionFactory"/> <entry name="java:/XAConnectionFactory"/> <producer-window-size>90000</producer-window-size> <consumer-window-size>90000</consumer-window-size> </connection-factory> 
- 
        2. Re: Remoting refactoring completeclebert.suconic Jul 29, 2008 10:46 AM (in response to timfox)This started right after the remoting-refactoring commit. 
- 
        3. Re: Remoting refactoring completeataylor Jul 29, 2008 11:09 AM (in response to timfox)yeah i get the same, about 20 time slower. 
- 
        4. Re: Remoting refactoring completetimfox Jul 29, 2008 2:25 PM (in response to timfox)"clebert.suconic@jboss.com" wrote: 
 At the moment, I can only get good perfSender/perfListener results if I change producer and consumer-window-size to something smaller on the ConnectionFactory.
 You mean change to something bigger?
 Default is 1Mbyte which is bigger than 90000
- 
        5. Re: Remoting refactoring completeclebert.suconic Jul 29, 2008 2:34 PM (in response to timfox)I could only run it fine with 90K or less. 
 with 100K + starts to fail.
 I don't know why... this is just what I have seen happening.
- 
        6. Re: Remoting refactoring completetimfox Jul 31, 2008 3:40 AM (in response to timfox)This was due to a bug in MINA. Trustin updated us to use a later version and the problem is now resolved. 
 
     
    