On Thu, Jun 03, 1999 at 03:51:07AM +0000, Mike Tancsa wrote: > On 2 Jun 1999 17:20:38 -0400, in sentex.lists.freebsd.current you wrote: > > > [mailbagging] > > Do you make checks to see that the person does not login twice with the > same account name ?
Yes. Simultaneous logins are prohibited -- instead, users get to create multiple userids on a single account, and those individual userids can each connect at the same time. > Also, what happens if one user who has a big queue, > gets killed mid transit, than another user comes on with the same IP. Do > you have a facility for stopping the queue ? We rely partially on TCP to sort this out for us (i.e. on the "guess the sequence number" game being hard to play), but also make checks during the queue run using the same RPC service to find out whether the user has gone away. Joe To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message