[aprssig] Loopback 127.0.0.1
Jason KG4WSV kg4wsv at gmail.comTue Apr 1 22:12:05 UTC 2008
- Previous message: [aprssig] Loopback 127.0.0.1
- Next message: [aprssig] Loopback 127.0.0.1
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, Apr 1, 2008 at 3:34 PM, Andrew Rich <vk4tec at people.net.au> wrote: > Ta, > > What I am trying to get my head around is how to get a whole lot of sources > feed to a common point, and then feed to a lot of listeners. for connection oriented (e.g. TCP) sockets, you'll have a discrete socket (socket = combination of src IP + src port + dest IP + dest port) for each connection that must be serviced. A common way to handle that is to have a daemon running that listens for new connections and spawns a child process or thread to service each connection. -Jason kg4wsv
- Previous message: [aprssig] Loopback 127.0.0.1
- Next message: [aprssig] Loopback 127.0.0.1
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the aprssig mailing list
