dev-serveez
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [dev-serveez] TODO list


From: stefan
Subject: Re: [dev-serveez] TODO list
Date: Tue, 30 Jan 2001 22:53:24 +0100 (CET)

On Mon, 29 Jan 2001, Martin Grabmueller wrote:

> > From: stefan <address@hidden>
> >  * create a <svzconfig.h> for library #define's

Does anyone know how to let automake create two config files ? I would
like to create a separate "svzconfig.h". Parts of the "config.h" should go
there, but I do not want a simple copy.

> What I realized (of course when it was too late ;) was that it is nice
> to make the library verz self-contained (e.g. a lot of static
> declarations, nice identifier prefices like svz_ etc.). That avoids a
> lot of problems when updating libraries.

This is just what I am going to do these days.

> Also nice would be to make the library restartable by providing
> init/finalize functions which really work, so that a library can be
> loaded/unloaded some times.  That makes for a nice scenario like
> unloading the http protocol when you find a bug, fix it and reload the
> library without shutting down the serveez executable.

Good idea. Just added new file `boot.c' where are two functions:
`svz_boot' and `svz_halt'...
Loading and unloading server modules can be implemented somewhen. We
should just make a start and keep it in mind.

Thanks,
        address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]