Re: [Libcli-discussion] lib cli question Multiuser support not found
Brought to you by:
fred_nerk
From: David P. <dpa...@gm...> - 2004-10-06 05:13:26
|
The test application runs in a single process. If you want to support multiple connections, you will need to fork() after accepting the connection, and run the cli in the child process. On Wed, 6 Oct 2004 10:40:48 +0530, Kanna <ka...@jc...> wrote: > > Hi, > > I have download libcli and I have tested the same in linux > environment. It works fine . > > When I try to access multiple session ( multi user ) . It allows > to access one at a time , rest of request are going into wait mode . > > My question is , Is it supports multiuser environment ?. > > > > Thanks & Regards... > > Kannadhasan > Sr. Software Eng. > Jcast Networks India Pvt. Ltd. > New Delhi > Tel: +91-11-516-78212, 213, 214 > > Fax: +91-11-269-53792 > Website: http://www.jcastnet.com |