Re: Current approach to fast n tier oracle design
Frans Bouma <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.advanced |
|---|---|
| Message-ID | <000601c98380$71600320$54200960$@nl> |
(you should have changed the subject line) > I am looking for an answer to a question regarding the AppPool and .NET > dlls. If I set up multiple app pools, and assign web apps to the app pools. > Each web app would be pointing to the same code base (this is a portal app > set up). > > Question is, are .NET dlls shared (in physical memory) like regular Windows > DLLs? > > We are worried about physical memory (and thrashing)... If dll size is your biggest concern, you should place more memory than 32MB. ;) Seriously, even if dll's are several MB's in size, they're not eating memory. Data is. So if you're concerned about memory consumption, examine how much memory for data your app is allocating. FB =================================== View archives and manage your subscription(s) at http://peach.ease.lsoft.com/archives