Hi, I am writing a program where I need to execute server-side code whenever a connection is accepted to a server sockect. The problem I am having is when two connections are received at the same time. Since the accepting code needs to be executed as an entire transaction, I would like to use the threaded synchronous sockets that borlands socket components offer, only it doesn't seem to work. Does anyone have any tips for using this feature? Thanks for your help!!!