Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Cacheserver

From: hallvard::ystad::helpinhand::com at: 8-Dec-2001 13:44

Hello folks, We needed a cacheserver for a minor project at work this week, and recycled some old java classes we made long time ago. The server is simple, but works fine. It consists of 5 classes, it's about 20k source code. Today, I decided to try to make the same thing in rebol. The result: 56 lines of code (or about 35, if you don't count comments and debug print-outs). It's really neat, although incomplete and "quick'n'dirty"-ish. I put it on my reb-site (Diddely-do) in case anyone feels like looking at it. ~H