Christopher C. Stacy <cstacy@news.dtpq.com> wrote:
+---------------
| >>>>Edi Weitz ("Edi") writes:
| Edi> It's still the same application that was started last June, all
| Edi> the objects (players, matches, bets) are still identical to what
| Edi> they were half a year ago. I think this is quite cool and
| Edi> virtually impossible with most other languages.
|
| You've had a live production server running Apache and
| your Lisp application, and it's been running continuously
| for at least six months with users?
+---------------
You're suprised at that? I'm not. Here's a Linux-based web server I
access a lot that uses Apache (and is soon about to run *my* Lisp
application, too):
% uname -mrs
Linux 2.4.3-12.2RS i586
% uptime
9:56am up 295 days, 3:26, 1 user, load average: 0.35, 0.13, 0.10
%
+---------------
| What OS and Lisp are you using? I'm amazed that a Unix/Linux/Windows
| box could actually stay up in production for that long in the face of
| all the critical kernel patches I see every other week. (On the other
| hand, one of my BSD servers usually stays up for about 3 months.)
+---------------
*Only* three months? ;-} ;-}
% uname -mnrs
FreeBSD fast.rpw3.org 4.6-RELEASE i386
% uptime
7:52AM up 434 days, 3:09, 15 users, load averages: 0.00, 0.00, 0.00
%
Note: That's my home/business workstation/server. Now that it's been up
for more that a year[1], I suppose I really should take it down long enough
to upgrade to FreeBSD 4.9-RELEASE (which is what's on the laptop).
+---------------
| How many people are hitting on this thing?
+---------------
Not very many at one time, to be sure. ;-}
+---------------
| Are you using a database?
+---------------
Dunno 'bout Edi, but I am[2]:
% psql -V
psql (PostgreSQL) 7.3.4
%
-Rob
[1] After five power outages in one weekend in late 2002 -- each much
less than a minute, but each quite sufficient to crash/reboot the
machine! -- I finally bought a UPS. It works quite nicely.
[2] From CMUCL, via Eric Marsden's "pg.lisp".
-----
Rob Warnock <rpw3@rpw3.org>
627 26th Avenue <URL:http://rpw3.org/>
San Mateo, CA 94403 (650)572-2607