Sasquatch Out!

6. May 2010 07:54 by Todd Carter in ASP.Net, SharePoint  //  Tags: , , ,   //   Comments (0)

[More]

A Session State By Any Other Name

30. April 2010 04:01 by Todd Carter in ASP.Net, PowerShell, Setup, SharePoint  //  Tags:   //   Comments (1)
 Recently Mark Arend and I were helping out a co-worker setup Session State on SharePoint 2010 and he pointed out something very important; while I was providing the means to enable the “State Service” I was not providing the method to turn on ASP.Net session state. At first I was not clear on the distinction however once I read his email for the 3rd time after my second cup of coffee I finally got it..while I was using New-SPStateServiceDatabase to setup the State Service DB he was suggesting to use Enable-SPSessionStateService. Yea it looks pretty clear now that these are two very different commands however in my stupor after working on User Profile Sync issues over the past couple of days these were equal in my feeble mind. More...

SharePoint’s Sasquatch Memory Leak

8. February 2010 10:26 by Todd Carter in ASP.Net, SharePoint  //  Tags: , , ,   //   Comments (9)
Background I have been working with SharePoint for a few years now and have run into many nasty high memory or Out of Memory (OOM) issues. To date many of SharePoint’s memory problems have been discussed as problems with developers not using the Dispose pattern properly when using the SharePoint OM. And while I have found this to be the case I always had a feeling that there was something more, another larger leak which could not be explained simply by not calling Dispose. Sure not calling dispose will keep the SPRequest COM object (which is fairly large) around longer than necessary however ref-counting will clean these up eventually but even with using the correct coding patterns and practices the w3wp processes still seem larger than necessary; even on my development machine when I run stress against an out of the box installation. So there must be something else going on here; and so started my search for Big Foot. More...

Month List