- Revision ID:
- 1.9
- Changeset ID:
- MAIN:gustafn:20240903153723
- Parents:
- openacs-4/packages/acs-tcl/tcl/pools-init.tcl 1.8
- Head on:
- MAIN
|
![]() |
12 revisions
03 Sep 24
Rework variable assigning loops (set -> lassign) + Whitespace changes
Rework variable assigning loops (set -> lassign) + Whitespace changes
merged changes from the oacs-5-9 branch and resolved conflicts
merged changes from the oacs-5-9 branch and resolved conflicts
- add editor hints to keep spaces/tabs in the furture more consistent
- add editor hints to keep spaces/tabs in the furture more consistent
Merged oacs-5-6 to HEAD. HEAD now installs and passes all core tests. There
may still be some lingering problems due to my screwing up the oacs-5-6 branch earlier, I'll be looking into this later. Merged oacs-5-6 to HEAD. HEAD now installs and passes all core tests. There
may still be some lingering problems due to my screwing up the oacs-5-6 branch earlier, I'll be looking into this later.
When using AOLserver 4.5 with a config file not containing values for maxthreads,
etc, the pools init code would choose default values that are illegal, causing an error to show up in one's log file. I've set the default values to those found in our /etc/config.tcl file. When using AOLserver 4.5 with a config file not containing values for maxthreads,
etc, the pools init code would choose default values that are illegal, causing an error to show up in one's log file. I've set the default values to those found in our /etc/config.tcl file.
Fixed pools-init to work with AOLserver 4.0
Fixed pools-init to work with AOLserver 4.0
Never change a running system. Maxconns was correct after all
Never change a running system. Maxconns was correct after all
Never change a running system. Maxconns was correct after all
Never change a running system. Maxconns was correct after all
Made sure we are still using maxconnections which seems to be still the case and not maxconns
Made sure we are still using maxconnections which seems to be still the case and not maxconns
Added Tom Jacksons pools.tcl as an init for OpenACS so we can get teh pools to work in AOLserver 4.5
Added Tom Jacksons pools.tcl as an init for OpenACS so we can get teh pools to work in AOLserver 4.5
|