[ANet-devel] Re: [Anet-checkins] CVS: Documentation/user/text userIntro.txt,1.1,1.2
Status: Abandoned
Brought to you by:
benad
|
From: Benoit N. <be...@ma...> - 2002-01-09 13:07:11
|
>Hi Benad, > >I've a doubt: On a machine with multiple users, does each user have to >run his/her own daemon or there's a common daemon process per machine >(for all users)? This is similar to most daemons in Linux: it always runs in the background, whatever is the current user(s) using the computer. Apache is usually installed like that. Obviously, you're not *forced* to install ANet like Apache. A single can run ANet only when he wants to (when he's logged in the system). So, you have the choice. >I'm currently, very busy. I've updated the ReadFile function, but I >guess, it will be a pain to send stuff in bits and pieces, to you, to >patch up the stuff. Maybe, I'll update the CVS directly. I always prefer that you upload directly to CVS. Just don't use "cvs import"... ;-) - Benad |