It is cached per appdomain - so you have about 600 copies of it. -----Original Message----- From: Moderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Rodrigo Sousa Coutinho Sent: Friday, August 08, 2003 2:27 AM To: [EMAIL PROTECTED] Subject: [ADVANCED-DOTNET] Too many csc.exe invocations running WebServices
Hi, I have a server with about 600 webservices. They are actually just 2 different webservices, but I have 600 different directories pointing at them. When I call them in sequence, csc.exe keeps spawning (even when it starts repeating calls), in order to create the xmlserializer class that handles the result. The thing is, since the result has always the same data type, so shouldn't it be cached somewhere? Regards, R