Opened 16 years ago

Closed 13 years ago

#594 closed defect (fixed)

ClientConnectionProperties ThreadPoolSize above 770 cause server crash

Reported by: jnel Owned by:
Priority: low Milestone:
Component: General Version: 2.0.1
Severity: minor Keywords: ClientConnectionProperties
Cc: chrisclaydon, brucedechant External ID:

Description

During performance tuning I updated serverconfig.imi and changed the ThreadPoolSize of the ClientConnectionProperties to 1024 (maximum according to the info in serverconfig.ini) After restarting the service (Windows) the service would stop, without error message. After some experimentation it seems that any value above 770 cause this to happen.

Change History (4)

comment:1 by jnel, 16 years ago

During performance tuning I updated serverconfig.imi and changed the ThreadPoolSize? of the ClientConnectionProperties? to 1024 (maximum according to the info in serverconfig.ini) After restarting the service (Windows) the service would stop, without error message. After some experimentation it seems that any value above 770 cause this to happen.

It also seems that the threadpoolsize between ClientConnectionProperties and SiteConnectionProperties is combined, because when the SiteConnectionProperties value is raised, the ClientConnectionProperties value has to be lowered for the system to work.

comment:2 by tomfukushima, 16 years ago

Cc: chrisclaydon brucedechant added

comment:3 by jbirch, 14 years ago

Please re-test against 2.1 and let us know if this is still an issue (or close if has been fixed). Will close this ticket if no response by next ticket cleanup cycle.

comment:4 by zspitzer, 13 years ago

Resolution: fixed
Status: newclosed

tested on 2.2 win7 x64, mapguide works fine with 1024 now

#1272 changed the ACE libaries which allows more threads on windows

Note: See TracTickets for help on using tickets.