[plt-scheme] Extending

From: Robby Findler (robby at cs.uchicago.edu)
Date: Thu Aug 23 23:08:15 EDT 2007

I just meant that the logging feature in drscheme does similar things
to what you are trying to do (at similar times).

Robby

On 8/23/07, Matt Jadud <jadudm at gmail.com> wrote:
> On 8/23/07, Robby Findler <robby at cs.uchicago.edu> wrote:
> > I see. You might want to check out the way logging is done. Sounds
> > close to what you need.
>
> Possibly; I'll take a look. I have a server that we use for our data
> collection already; it's an XML-RPC server that uses Snooze for data
> persistence. The big reason for that is so that the structure of the
> incoming data can be defined by the client, and then table
> creation/storage happens automagically on the server. As I'm piloting,
> I can then easily extend the data collection with new fields without
> having to touch the server-side.
>
> So, my intention was mostly to:
>
> 1. Intercept the critical events I was interested in
> 2. Capture the definitions window
> 3. Fire off a thread that does the insert (or not, and fail silently
> if it can't reach the server), and
> 4. Continue with the expected action (ie "Run")
>
> I'll have a look re: logging tomorrow.
>
> Cheers,
> M
>


Posted on the users mailing list.