Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!cmcl2!harvard!seismo!brl-adm!brl-smoke!smoke!lerner@isi-vaxa.arpa From: lerner@isi-vaxa.arpa (Mitchell Lerner) Newsgroups: net.unix-wizards Subject: Re: inet ports allocation Message-ID: <2493@brl-smoke.ARPA> Date: Wed, 9-Apr-86 13:29:55 EST Article-I.D.: brl-smok.2493 Posted: Wed Apr 9 13:29:55 1986 Date-Received: Sat, 12-Apr-86 01:47:18 EST Sender: news@brl-smoke.ARPA Lines: 10 Yes to q2. I once had to dynamicly allocate ports (service names) to servers that did uploading of large map files. I had the server get the next available port (service name) from a service name server and then free the name when it was done using it. There were only 16 service names in all for this, so the boundry conditions had to be handled by haveing the client retry later for a port. It was all quite simple, the only thing that took some thinking was the protocol between map server and service name server. I have the code lying around, so if you have any questions on this implementation, I can refresh my own memory, then be of more service.