> >I am fiddling around with FPC's network communication and was particular> y > >interested in the application of non-blocking sockets. For linux the smallest way is to use the select() call. There is an example of using select() in the documentation