in reply to Re^2: (RFC) A CGI whiteboard editing script for emergencies
in thread (RFC) A CGI whiteboard editing script for emergencies UPDATED WITH CODE 9/26/06
Issues like file/record locking and the ability to gracefully handle an unexpected shutdown are things that databases excel at. I would recommend taking advantage of this.
If the DBI modules are not installed on the server you can always install them to a local directory and define the PERL5LIB environment variable.
As for reducing the number of machines involved, why not run the database on the same machine as the web service?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: (RFC) A CGI whiteboard editing script for emergencies
by OfficeLinebacker (Chaplain) on Aug 28, 2006 at 16:15 UTC |