> Agreed. Though we're going to need to use something other than STDIN, > STDOUT. Instead its going to need to be a user configurable file, since > once you close STDIN/STDOUT you don't get them back, so you'd have a > one-shot admin console. Unless I'm mistaken about that. > > Scott
Eh? Why not just background it while you aren't using it? Unless i'm totally missing your point... Or if you don't like that idea, make it client-serverish and have it listen for connections from localhost, you can just fire up whatever interface you like for it when you first start it. This can all be done through STDIN/OUT.i ( The "it" in question being your frontend ) --Adam Lydick -- Freenet -- Re-Wiring the Internet http://freenet.sourceforge.net My Node: tcp/rivendell.yi.org:19114 _______________________________________________ Freenet-dev mailing list Freenet-dev at lists.sourceforge.net http://lists.sourceforge.net/mailman/listinfo/freenet-dev
