> Seems to me that what I need is a server that grabs an image from the card > into memory, repeatedly, as fast as possible. That server should then > spawn off new threads for every connected client, sending them 'copies' of Threads are bad for scaling. The camserv kit once you hack it to build and fix the bugs in relay has a nice relay agent that does multiple clients. Alan