No disrespect to the SharePoint Team at Microsoft. They put on a *great* show. But well, ya know, it’s an official Microsoft conference, and some things are just done better by the community. Last year in April I flew into London exhausted after a crazy six weeks in Redmond for the SharePoint Best Practices Conference. Despite really needing a months holiday, it was simply the best conference experience I’ve had in over 15 years. A *great* show, great content, great people, great organisation and great fun. By a country mile, the best SharePoint related conference ever.
And it’s back, with a vengeance! Renamed the SharePoint 2010 Evolution Conference (there are no best practices for an unreleased product you dig?). The same venue, the same crew organising. The only real question is will it beat last year? It has it’s work cut out, but with 6 tracks running with 75 sessions and over 65 speakers from all over the world. The speaker list is just mind blowing! And the content has been carefully selected, this is not a level 200 marketing event, it’s the real deal.
This year I’m cutting back my conference speaking schedule but this show is too good to ignore. I have the honour of presenting three sessions at the show:
Multi Tenancy in SharePoint 2010
Brand new content for SharePoint 2010 Evolution! SharePoint 2010 delivers compelling new infrastructure features for those wishing to host multiple customers on a shared platform whilst retaining confidentiality, integrity and availability. This session will cover how multi-tenancy can benefit all sizes of deployment from a basic farm to the largest such as SharePoint Online. Learn how to approach the design of a multi-tenant deployment and to configure and operate multi-tenant infrastructure, create Member Sites, Subscriptions, Feature Packs, and Service Application Partitions. Related features such as Host Named Site Collections and Claims Identity will also be covered. This session will be split 50/50 between lecture and demonstrations.
Claims Based Authentication in SharePoint 2010
Brand new content for SharePoint 2010 Evolution! This session covers the new Claims Based Authentication support in SharePoint 2010. Whilst coverage of the Claims Based Identity infrastructure will be included, the focus is primarily on Authentication (User Sign In). Learn about the key components for leveraging Claims Based Authentication, the various shapes and sizes of Claims Providers and their required configuration. See the new Forms Based Authentication and Multi Authentication Mode in action. Learn how to design your Authentication approach and there could even be a Kerberos related surprise included! This session will be split 65/35 between lecture and demonstrations.
Note this is not a rehash of my previous Claims Based Identity sessions.
Implementing Multilingual Solutions with SharePoint 2010
Brand new content for SharePoint 2010 Evolution! Multilingual solutions present significant design and implementation challenges for SharePoint practitioners both on the Intranet and the Internet and thankfully SharePoint 2010 delivers some significant improvements in this space. See the new Multilingual User Interface (MUI) feature in action across SharePoint Sites and Metadata. Learn how to approach designing support for content translation within SharePoint Server. The improvements to the core Variations engine and the new end user focused features will be covered along with design guidance and advice for supplementing Variations with custom code. This session will be split 60/40 between demonstrations and lecture.
Note this is not a rehash of my previous Multilingual or Variations sessions.
I’ll also be at the IT Pro Ask the Experts session MC’d by Bob Fox on the last afternoon.
There will also be a few surprises, which of course I can’t tell you about now!
If you work with SharePoint and are in Europe, you simply must attend this show. But hurry up, space is filling up rapidly and it will soon be sold out. Register now!
Whilst I was one of the most vocal advocates for the ability to run SharePoint Server on the client OS, it wasn’t really something I ever thought I’d want to run myself. I understood why it was of critical importance to enable this scenario, but I’m a farm guy, topologies are my bag. When the beta release came about I slapped it on a old machine just to see it working and left it at that. I also checked out the quality documentation over on MSDN which provides the convoluted steps to get it singing. Such steps are a good thing, you need to really want to install it on your client – no one can say that it will get installed by accident. :) So it’s all good and that’s that, I’ll carry on doing my stuff as I was. Or so I thought.
Like everyone else, I’ve been heads down trying to get up to speed with all the new SharePoint PowerShell cmdlets, and revitalising my long lost shell scripting prowess (that’s a joke by the way, those who worked with me back in 1998 know the score!). The trouble is when I’m working away on documentation or in email (or worse, Visio and PowerPoint) or helping folks out on IM, I don’t want to have to load up a VM just to verify some scripts. Sure I can use the excellent references, but I like to test things actually work (no really). Running SharePoint on Windows 7 is a great way to do this without the burden and delay of firing up a VM or a bunch of them.
Recently there’s been a bit of debate about the pros/cons of running it on the client OS. All good stuff, but the common complaint is that it’s just too much overhead, it’s too bloated and is too resource hungry. Part of the problem is that it installs in the deadly “Standalone” mode. Standalone mode installs everything, lock stock and two smoking barrels plus uses a bundled version of SQL Express. There are ways to get it up and running in “Farm” mode, which I won’t detail here. If you want to run in a real Farm mode you should be on a real server OS IMO. I know some folks like ‘proper’ SQL and all that, but one of the key reasons for having a client install option is to lower the barrier to entry.
Which brings me back to the main point of this article. I’ve an old (in computer terms) Sony Vaio with 4Gb RAM and a Core Duo. Sony steals 0.81Gb of the RAM for nefarious purposes. A pretty low spec laptop, and one which is probably pretty common out there in the real world. It’s very easy as a grossly overpaid SharePoint person to slip into assuming that an 8Gb laptop is a ‘minimum’ setup. The reality is I’m lucky and can afford decent kit. There are millions of developers that don’t have such luxury.
So back to my crappy laptop. Remember the 3.19 Gb RAM I have available? Well I’ve got it running happily on that no problem. Very happily indeed as it turns out. I’m just using one Web Application and it’s very, very responsive. Certainly good enough for playing around and getting up to speed. With the application pools and services spun up Task Manager shows 70% of RAM used (that’s just 2.18Gb).
The thing is standalone provisions every service, and you really don’t need them! By judicious use of Services on Server you can tweak things very easily to have SharePoint 2010 running real nice. For example, how likely is it you wish to use the Document Conversions Service? No, I didn’t think so! :)
Here are the services I have stopped in Services On Server:
- Claims to Windows Token Service
- Document Conversions Launcher Service
- Document Conversions Load Balancer Service
- Microsoft SharePoint Foundation Incoming Email
- Microsoft SharePoint Foundation User Code Service (Sandbox Solutions)
- SharePoint Foundation Search
- User Profile Synchronization Service (this one isn’t provisioned by the Standalone setup)
- Web Analytics Data Processing Service
- Web Analytics Web Service
Note: to run elements of Central Administration such as Services on Server that make machine changes you must be running the browser instance as a machine administrator (UAC elevation).
Now of course you may wish to use some of these services, especially User Code. But you can simply enable them for the scenario you are working on and perhaps stop some others. The point is you don’t necessarily need them all running all the time. Web Analytics is definitely one you don’t want running on a hack and slash box, this is a real resource hog.
Another tip to improve performance for this scenario is to ratchet back the Diagnostic Logging levels and disable Usage Data Collection & Health Data Collection (both from Configure web analytics and health data collection). This will help reduce contention on the SQL Express instance and file I/O significantly. Of course should you get into debugging you will need to fiddle with the diagnostic logging levels some, but why log stuff until you need to? Health Analyzer will moan about things not being configured but so what? It’s a hack and slash box! You could even disable that timer job as well.
Now, the setup I have isn’t running SharePoint Designer or Visual Studio yet (I will try that next), and of course if Outlook (or worse Tweetdeck) is open, things get very dicey, but my key point is that SharePoint 2010 on Windows 7 performs a lot better than it’s being given credit for. It’s all about platform hygiene at the end of the day, if you manage your box you will be rewarded. If I had all 4Gb in this machine I could easily have a couple Office apps up and running alongside it no problem at all.
Back in the day with Site Server and CMS I always used batch files to stop and start the relevant services when I needed SS and/or CMS up and when I didn’t. You can do the same thing for SharePoint 2010 with Emmanuel Bergerat’s excellent Stop and Go PowerShell scripts.
There you have it, some fairly basic tips and tricks for getting great performance from SharePoint 2010 on your Windows 7 machine even with limited hardware resources. I may follow up with more on this in the future, but there are so many interesting topics and such little time…
Oh and on another note, did you see that 74 yard interception touchdown? Hoo ya! Red beans and ricely yours.