Hi Khaled > Thanks asankha, I have done what you said and I changed to Synapse-1.2, > evrything works well until the request number (1680) !! And almost the same > Exception is thrown again.. ?. My work is for sending 3000 requests to > Synapse which in turn sends them to the actual Web Service applications. > > Any help, please? > Do you have the following set? .. I usually set those for load testing. See [http://wso2.org/library/3740 etc]
/etc/sysctl.conf net.ipv4.ip_local_port_range = 1024 65535 net.ipv4.tcp_fin_timeout = 30 fs.file-max = 2097152 net.ipv4.tcp_tw_recycle = 1 net.ipv4.tcp_tw_reuse = 1 /etc/security/limits.conf * soft nofile 4096 * hard nofile 65535 cheers asankha -- Asankha C. Perera AdroitLogic, http://adroitlogic.org http://esbmagic.blogspot.com
