Hi List,<div><br></div><div>One would ever want to handle a "connection" in TCP or an "association" in SCTP with a dedicated worker process, from the server point of view. It is made possible by separating listening socket and data sockets in TCP. One will spawn a worker for each data socket and give the control of that socket to the worker. This is not possible in SCTP as there is no separation of sockets as such. Now the problem is how to handle each association with a separate worker process?</div>
<div><br></div><div>The workaround I can think is, keeping the controlling process as the message clearing process with a dedicated worker process for each association.</div><div><br></div><div>Any suggestions?</div><div>
<br></div><div>Best,</div><div>Kannan.</div>