Being a relative newbie to this but I have some questions from a
performance standpoint.   I have web services that recieve an xml doc which
must be validated before the rest of my application will get to touch it.
The way it looks now is that each request will require I/O from my server
in that it must find and read these XML schemas every time a request comes
in.  If my service starts getting hammered is there any way to cache these
schema documents to reduce the I/O?  Is DOM the right way to go with this?
Just some thoughts...

thanks
Doug



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

Reply via email to