users@glassfish.java.net

Re: https (8181) not responding - v2_rc1_b58

From: <glassfish_at_javadesktop.org>
Date: Wed, 29 Aug 2007 17:52:25 PDT

If I request a simple jsp page (index.jsp), it works fine for upto 120-130 HTTPS connections. For more than 130 connections, number of requests failed (curl_loader received SSL timeout).

Now, if I request a complex jsp page where it makes database calls and stores session data, the server can handle maximum 40 HTTPS connections and hangs if more than that is used. (works fine for 500 or more HTTP connections)

What's the maximum number of https connections this version can handle? or is there any tuning option available to ramp up max HTTPS connections.

Platform: Ubuntu 6.01 (2.6.15-26-server)

JDK Version
-------------------
java version "1.6.0"
Java(TM) SE Runtime Environment (build 1.6.0-b105)
Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed mode, sharing)

CURL_LOADER conf
-------------------------------
########### GENERAL SECTION ################################
#get-post-login
BATCH_NAME=1test
# requesting index.jsp (SSL timeout)
#CLIENTS_NUM_MAX = 140
#CLIENTS_NUM_START= 140

# requesting login servlet (hangs)
CLIENTS_NUM_MAX = 50
CLIENTS_NUM_START= 50

CLIENTS_RAMPUP_INC=50
INTERFACE=eth6
NETMASK=24
IP_ADDR_MIN=192.168.1.0
IP_ADDR_MAX=192.168.2.255
CYCLES_NUM= 1
URLS_NUM=1


########### URL SECTION ##################################

### Login URL - only once for each client

# GET-part

#URL="https://192.168.0.192:8181/test/index.jsp"
URL="https://192.168.0.192:8181/test/controller?Action=Login&user=test_user"

URL_SHORT_NAME="Login-GET"
URL_DONT_CYCLE = 1
REQUEST_TYPE=GET
TIMER_URL_COMPLETION = 0
TIMER_AFTER_URL_SLEEP =0


Many Thanks.
[Message sent by forum member 'server_user' (server_user)]

http://forums.java.net/jive/thread.jspa?messageID=233189