[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ns] Client/Server



Hi,all: 

   I have a question about node/agent/server.In server side, I have an
agent(or application) waiting for request, while client agents dynamically
connect to server. The problem is if I have only one agent in server side,
when many clients call:  $ns connect $client $server, only the last one
can be actually connect with server.  But I really do not generate many
server agents in advance, is there any method to do this?

thank you.