- 24 Jun, 1999 13 commits
-
-
Michel Pelletier authored
-
Michel Pelletier authored
-
Jim Fulton authored
-
Jim Fulton authored
support both dbs, although it will be nice when we won't have to.
-
Jim Fulton authored
-
Jim Fulton authored
instances and classes. Changed to use new object management hooks.
-
Jim Fulton authored
-
Jim Fulton authored
Add an exception handler for initializing products so that a bad product can't keep the site from coming up.
-
Jim Fulton authored
support both dbs, although it will be nice when we won't have to.
-
Amos Latteier authored
Changed some ZServer details, (you don't need to specify a DNS server, you just can't specify a bad one.)
-
Michel Pelletier authored
-
Michel Pelletier authored
-
- 23 Jun, 1999 16 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
exceeding underlying BTree data because BTree items were deleted since the BTreeItems object was deleted. Note that accessing BTreeItems elements could give incorrect results if BTree items are deleted after creating a BTreeItems object.
-
Jim Fulton authored
-
Michel Pelletier authored
-
Michel Pelletier authored
-
Michel Pelletier authored
-
joey authored
-
Michel Pelletier authored
-
joey authored
-
Michel Pelletier authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Amos Latteier authored
Added some documentation to ZService. Now ZService uses the registry to store ZServer information. Also event logging is a bit improved. We're getting closer.
-
- 22 Jun, 1999 11 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Michel Pelletier authored
Closer
-
Michel Pelletier authored
-
Amos Latteier authored
Redid socket limiting as per Jim's advice. Now HTTP, FTP, and PCGI severs will refuse to accept new connections once the connection limit is reached.
-
Amos Latteier authored
Added logic the the http server to keep it from accepting new connections when the server is over loaded. This should keep the server from breaking by doing a select with too many descriptors, and should also help keep the server from running out of descriptors.
-
Jim Fulton authored
-
Amos Latteier authored
Fixed zombie killing for HTTP channels. This should fix open socket creep on heavily loaded servers.
-
Michel Pelletier authored
-