I am writing a multi-threaded server to catch and process XML from multiple
clients.

I want to be able to create the validating parser up fromt and then clone it
into each thread (one per connection), but I cannot seem to find a simple
way to copy my parser once I have it built.

Or am I going to have to create a new parser from scratch for each new
thread ?

Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to