HOST 1: SunV240,2 CPU,2G RAM,Solaris10
HOST2:Intel PC,P4 2.66G,1G RAM,WindowsXP 
the same web service (apache tomcat) installed on these two hosts,a client 
program which  is running in other host creates http connections .each 
connection is a session.client program creates difference sessions to HOST1 and 
HOST2 separately. the web service program will record the logs in database 
after a simple dispose.
 following parameters have been commited in SUN V240.
 ndd -set /dev/tcp tcp_conn_req_max_q  1024   
ndd -set /dev/tcp tcp_conn_req_max_q0 4098 
test results: the max connection received in SUN server is 350(equals MAX 
incurrent process value is 350,the database recorded 350 logs),in windows pc 
,MAX value can exceed 500.
I want to know
1.is sun server or solaris os have any max tcp connection limitation?
2.are there any other parameters I should adjust?
 
 
This message posted from opensolaris.org
_______________________________________________
networking-discuss mailing list
[email protected]

Reply via email to