Anonymous | Login | Signup for a new account | 12-17-2024 08:29 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0004380 | [Resin] | minor | always | 02-08-11 00:56 | 02-09-11 17:59 | ||||
Reporter | nam | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 3.1.10 | ||||||
Summary | 0004380: thread-max, thread-idle-min, thread-idle-max not being set correctly | ||||||||
Description |
It's impossible to set the following: <thread-max>10</thread-max> <thread-idle-min>0</thread-idle-min> <thread-idle-max>0</thread-idle-max> because Resin refuses to start with the following bogus message: lt;thread-max> (10) must be less than <thread-idle-max> (15) <thread-max>128</thread-max> <thread-idle-min>0</thread-idle-min> <thread-idle-max>0</thread-idle-max> gives: lt;thread-idle-max> (0) must be greater than <thread-idle-min> (10) <thread-max>128</thread-max> <thread-idle-min>2</thread-idle-min> <thread-idle-max>5</thread-idle-max> gives: lt;thread-idle-max> (5) must be greater than <thread-idle-min> (10) Resin will only start successfully when the min/max are set large enough: <thread-max>128</thread-max> <thread-idle-min>15</thread-idle-min> <thread-idle-max>20</thread-idle-max> |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |