Jump to content

HyperServer - a lot of "time out sessions"


erich.wanker

Recommended Posts

Hy, i have one server with apache webserver

in htdocs - i have 2 folders

  • customer1
  • customer2

in each folder - i have the same application :

  • start.exe  (my app)
  • start.dll   (unigui hyperServer DLL)
  • start.cfg  (see end of my posting)
  • start.ssl.cfg (disabled - Apache handles the thing)
  • and the generated folders for files,cache, log, nodes.inf  and so on

so every customer can start his own version of the app with the url:  www.domainname.com/customer[x]/start.dll

It works - BUT:

if i start the internet address - a lot of  (i think)  "timed out sessions" are starting first and i must click "refresh" 2 or 3 times till i can start a functionary session ..

(it shows the "terminateTemplate where i can reload the app)   .. as workAround i wrote in terminateTemplate  : <script type="text/javascript">window.location.reload();</script>

 

i made only one different between the cfg-files (in the different foders)  

[http_transport] start_port=15005

  • customer1 has the valus 15005
  • customer2 has the value 5005

Must i change other things to make my special-solution to run stable??

 

start.cfg:

[transport]
pool_size=0
command_timeout=20000
request_timeout=300000
connect_timeout=20000

[http_transport]
start_port=15001

[hyper_server]
binary_name=start.exe
initial_nodes=2
max_nodes=8
max_sessions=0
sessions_per_nodes=0
prompt_login=1
persistent_node_zero=0
detailed_log=0
port=17082
url_path=
url_referer=
ext_root=[ext]\
uni_mobile_root=[unim]\
uni_root=[uni]\
server_root=
uni_packages_root=[unipack]\
max_requests=500
antiflood_per_ip=0
server_root=
server_title=
framework_files_root=
server_build=1.90.0.1563
http_max_pool=500
max_connections=500
session_one_per_ip=0
dont_create_backup=0
allow_remote_config=1
domain_cookies=0
token=fil7676hghgh230503101632826

[node_recycling]
enabled=0
recycle_after_secs=3600
recycle_after_sessions=0
recycle_after_idle_secs=300
recycle_when_empty=1
recycle_after_idle_seconds=0

[login-0]
user_name=
password=!
admin=1

[login-1]
user_name=
password=
admin=0

[login-2]
user_name=
password=
admin=0

[login-3]
user_name=
password=
admin=0

[login-4]
user_name=
password=
admin=0

[login-5]
user_name=
password=
admin=0

[login-6]
user_name=
password=
admin=0

[login-7]
user_name=
password=
admin=0

[login-8]
user_name=
password=
admin=0

[login-9]
user_name=
password=
admin=0

[custom_mimes]
mime_0_ext=
mime_0_type=
mime_1_ext=
mime_1_type=
mime_2_ext=
mime_2_type=
mime_3_ext=
mime_3_type=
mime_4_ext=
mime_4_type=

 

.exe, application.dll

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...