Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Performance and...Performance and...DNN 6 - w3wp High Memory IssueDNN 6 - w3wp High Memory Issue
Previous
 
Next
New Post
9/25/2012 7:52 PM
 

Hi Wes,

Thank you so much for coming back to me.  I will go and change the Application pools to .net 4 and ensure that it is set to use integrated security.

Which emulation mode should I be using, 32 or 64 bit? which is recommended.

I got my server settings from http://www.dotnetnuke.com/Resources/D... so are we 100% that this should be run in .net 4.0? Everything I have read online has recomended 3.51 and when I open a fress DNN install in visual studio it says its set to run in 3.51 but it gives me the opportunity to upgrade the code to .net 4.0

I take it from your post that DNN hasn't encountered this problem at all?  You are not able to replicate it?



 
New Post
9/26/2012 3:32 AM
 
Using ASP.Net 4 is preferable - it provides a better markup of ASP.Net controls and is a better base for future upgrades, DNN 7 will require .Net 4 as minimum version.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
9/26/2012 11:46 PM
 
Solved - I installed .net 4.5, set the application pool to .net 4, set Enable 32 bit applications to true and restarted the server and seems to be much much better now.

Seems to stay at around 120K for the blank site, goes up by about 200 rather than 10K per hit and recycles automatically often enough to keep memory below 160k.

Thank you for all the help and suggestions. Its amazing how quickly we can put together applications using your framework so excited to move our first project into testing :)
 
New Post
9/27/2012 3:12 AM
 
I am glad you were able to solve your issue, have fun using DNN :-))

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
9/27/2012 10:40 PM
 

Hamish,

You need to understand a bit more about how asp.net operates ... you DONT want the asp.net application pool constantly recycling.

This will introduce huge amounts of performance issues on a live site !! !! !!

The application pool is only created one for all access to the site - if you keep recycling the pool all the time - then every time anyone accesses your site you will get a large processing hit and delay as the server needs to restart the application pool - instantiate all resources and recompile dynamic code sections and load core data into caches - this can lead to delays of up to 10 seconds for a first page load and large processing spikes on the cpu and hard drives.

Give the application pool as much space as it needs and you will have a very fast and responsive web site - if you keep recycling the application pool you will have a slow and unresponsive first page visit for all users - and a server that feels slugish.  And more to this point - if you keep recycling the pool while users are accessing the site - the same thing will start happening for EVERY page the try to visit - since if the application pool was recycled between page views - then the same thing will need to happen all over again before the users is delivered their next page.

On most of our hostings the application pool rarely ever recycles - in fact we go to great lengths using Keep Alive tools to ensure the opposite of what you are doing - and that is keeping the application pool alive ALL THE TIME.

Westa


 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Performance and...Performance and...DNN 6 - w3wp High Memory IssueDNN 6 - w3wp High Memory Issue


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out