Thursday, June 25, 2009

Social Sharepoint at Electronic Arts

Electronic Arts (EA) is a leader in entertainment software, producing some of the world’s best-known games including The Sims and Medal of Honor. To stay on top in a highly competitive industry, EA must drive a rapid and increasing pace of product development. At the same time, the company works hard to maintain a creative, people-focused culture. As EA grew to thousands of employees and offices around the world, it became challenging to share ideas and expertise across the organization. It also grew more difficult to integrate new employees into the company’s distinctive culture. EA developed a solution called EA People based on Microsoft® Office SharePoint® Server 2007. Starting with the core functionality of the platform, EA heavily customized the user interface to make the most of the distinctive culture and skills of EA.

Employees can quickly find colleagues with needed expertise or experience, reducing the need to duplicate work.
Communities for new hires help them find connections and information they need to become productive more quickly.
Features like the ability to post personal information and images on My Sites and see where colleagues are in the organization lend to social cohesion, enhancing employees’ ability to work closely together even when they are physically remote.



Sharepoint Social Computing

Labels: , ,

Monday, June 22, 2009

MOSS 2007. The smallest server farm for a company (In my opinion)


The smallest server farm that builds in redundancy consists of four servers:
• Servers 1 and 2: Web servers and query role installed on both computers. Additional application server roles, such as Excel Calculation Services, can be installed on one or both servers.
• Servers 3 and 4: clustered or mirrored database server.

With a four-server farm, you must carefully choose where to deploy the index server role. The query role cannot be deployed to both the index server and another server in the farm to achieve redundancy. This is because, when the index role is installed on the same server computer as the query role, the index role no longer propagates content indexes to other query servers. Consequently, if you install the index server role to one of the Web servers, you lose the ability to host the query role on both Web servers. You can install the index role on the database server, achieving redundancy of the query role on the Web servers. However, the performance of the database server will be affected, particularly when content is being crawled.
Additional application server roles, such as Excel Calculation Services, can be installed on one or both Web servers, depending on performance and availability requirements. In the previous diagram, additional application roles are deployed to only one of the servers in both Option A and Option B.
In Option A, performance is optimized if the Web server that is not hosting the combined index and query roles hosts the other application roles.
In Option B, the topology is optimized for user requests and queries. Performance of the other Web server

Labels: