Re: ifile lexing question
"Clemens Fischer" <[email protected]>
| Newsgroups | gmane.mail.ifile.general |
|---|---|
| Message-ID | <[email protected]> |
[email protected] writes: >> http://www.superscript.com/ucspi-ipc/intro.html >> http://untroubled.org/ucspi-unix/ > > These appear to be command-line tools that are pretty clumsy. The > whole point of the daemonization is to speed things up by having the > ifile daemon keep the db persistently in memory. you can change or wrap ifile for demonizing it, and this will change it from a clever little tool to a hybrid that is harder and harder to maintain with more and more platforms people will want to run it on. _that's clumsy!_ or you can use well written, portable tools specifically designed for that part that is separate from ifiles inner workings. doing this with ucspi tools this will be a matter of a little script, but go ahead and write your smarts, but please keep maintaining your code and #ifdef it so that users can decide if they want it done this way! -- clemens