Essien Ita Essien wrote: > Hi all, > > I'm investigating the possibility of having asynchronous ssl accept'ing > in an application. (Prefarably using new_ssl, though if old is what I > need, then I have no prolems using it) Use a new process for each call to accept() - that way you can get all the asynchronicity you want. /klacke