| From: | Bruce Taylor <Bruce(dot)Taylor(at)hedb(dot)uib(dot)no> |
|---|---|
| To: | pgsql-interfaces(at)postgresql(dot)org |
| Subject: | A fast, cheap database-backed Web server |
| Date: | 1998-07-07 06:53:08 |
| Message-ID: | 3.0.16.19980707085306.295f0d94@pop3.uib.no |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-interfaces |
http://photo.net/wtr/cheap-tcl.html
Patrick Kelley describes his setup for combining Apache and FastCGI,
thus eliminating forking on the server side, with PostgreSQL and its TCL
extensions using a pool of open connections on the database side.
He reports a test involving 4500 hits in 2:28, about 30 hits per second.
About 50 requests didn't receive proper data, a problem he feels could
be solved by increasing the pool of FastCGI's.
Bruce
Bruce Taylor Bruce(dot)Taylor(at)hedb(dot)uib(dot)no
HF fakultetets EDB-seksjon Computing Section, Faculty of the Arts
Universitetet i Bergen
N-5007 Bergen NORWAY
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alexander Elsenaar | 1998-07-07 10:35:17 | Using psqlodb.dll with a 16-bits application |
| Previous Message | David Hartwig | 1998-07-06 20:30:19 | Re: [HACKERS] Access & Postgres |