ulimit -a
Hi I am using quick server 1.4.7,
I cannot go beyond 1022 Clint connection. I have set the MX limit is 2000 but still the issue is same...
OS RHEL5.5 32BIT 4GB RAM.WHEN CONNECTION REACH 1022 AFTER that quick server is not responding to new client request
here is ulimit -ai want to conenct 5000 client to quick server and h/w is IBM 3550 but it is not making more than 1022.core file size (blocks, -c) 0data seg size (kbytes, -d) unlimitedscheduling priority (-e) 0file size (blocks, -f) unlimitedpending signals (-i) 64457max locked memory (kbytes, -l) 32max memory size (kbytes, -m) unlimitedopen files (-n) 99999pipe size (512 bytes, -p) 8POSIX message queues (bytes, -q) 819200real-time priority (-r) 0stack size (kbytes, -s) 1024cpu time (seconds, -t) unlimitedmax user processes (-u) 64457virtual memory (kbytes, -v) unlimitedfile locks (-x) unlimited
Thanks Akshath... here is the xml file and log attached...<?xml version="1.0"?><quickserver><name>OmcTcpServer </name><port>6790</port><bind-address></bind-address><client-event-handler>com.hns.hss.nmf.server.tcp.MessageCommandHandler</client-event-handler><client-bytebuffer-handler>com.hns.hss.nmf.server.tcp.MessageCommandHandler</client-bytebuffer-handler><!--<client-data></client-data>--><default-data-mode><data-type-in>Byte</data-type-in><data-type-out>Byte</data-type-out></default-data-mode><!--The Time out for Ghost Socket--><timeout>180000</timeout><max-connection>1500</max-connection><console-logging-level>DEBUG</console-logging-level><console-logging-formatter>org.quickserver.util.logging.SimpleConsoleFormatter</console-logging-formatter><communication-logging><enable>true</enable></communication-logging><init-server-hooks><class-name>org.quickserver.util.logging.SimpleJDKLoggingHook</class-name></init-server-hooks><server-mode><blocking>true</blocking></server-mode><object-pool><max-active>2000</max-active><max-idle>3000</max-idle><thread-object-pool><max-active>3000</max-active><max-idle>5000</max-idle></thread-object-pool></object-pool><advanced-settings><charset>ISO-8859-1</charset><use-direct-byte-buffer>true</use-direct-byte-buffer><byte-buffer-size>61440</byte-buffer-size><backlog>2048</backlog><socket-linger>-1</socket-linger><debug-non-blocking-mode>false</debug-non-blocking-mode></advanced-settings><!-- Config QSAdminServer --><qsadmin-server><port>2223</port><server-banner>QSAdminServer Started on port : 2223</server-banner><command-shell><enable>true</enable></command-shell><communication-logging><enable>false</enable></communication-logging><server-mode><blocking>false</blocking></server-mode></qsadmin-server><!-- Config QSAdminServer --><!--<application-jar-path>../dist/tcpServer.jar</application-jar-path> --></quickserver>