Python Community Server: Development

A weblog about programming in Python, C#, Java, Perl and C++ - and the occasional comment on PyCS development
new: discuss community servers on the CommunityServerWiki!

SunMonTueWedThuFriSat
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31

[ Apr ]

the locals
also available in XML
Copyright (c) 2002 Phillip Pearson
spread the dot

2002-3-25

Updates are here!

Yes, it's still a bit crude, but you can now see who's been updating their blogs :)

(This runs under the new script handler)

Comment on this post [ so far]

What's going on tonight

Development of the comment system was really painful; it only took one evening but the way it's plugged into the server made it quite irritating to debug.  It's written as a handler under Medusa (the web server layer), which makes it run very quickly, but debugging is problematic.  Sometimes the system seemed to just completely 'lose' Python exceptions, and I had to restart the server every time I changed anything.

If you're used to working under mod_perl or in ASP, this sort of thing seems very very slow.  So right now I'm getting a general caching script handler going, which should make my code/test cycles somewhat quicker and also fix the exception problem (by properly catching everything in the right place).

Once this goes, I can do some of the more interesting bits like referrer tracking and log analysis (these are what give you the rcsPublic/ pages that tell you who's connected to who).

Comment on this post [ so far]