> Is there a real or practical limit (from a performance 
> standpoint) to the number of IIS script engine mappings 
> in IIS 4.0? 

Well, I don't know for sure. I do know, though, that by default when you map
a file extension to an ISAPI extension, that ISAPI extension will be loaded
in memory for the server's lifespan after the first request that uses the
extension. So, you wouldn't want any more individual ISAPI extensions loaded
than necessary. However, if you have a bunch of file extensions mapped to
the same ISAPI extension, then it shouldn't matter.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to