Live data from Hacker News

Stack Exchange’s Architecture in Bullet Points

blog.serverfault.com

31–34 of 34 posts

Re: Stack Exchange’s Architecture in Bullet Points

#31
post #30
post #27

Earlier quoted context omitted.

The same way as you administer any cluster.

Using SSH? That's what I've used to administer every server I need to for many years. The last time I had to work on windows servers SSH wasn't really an option though so we used remote desktop. This was on win2k servers though so things may have changed. I think the question deserves a better reply than the glib "The same way as you administer any cluster." Is the answer really SSH? Or something else?

The introduction on the Powershell Wikipedia article is a good overview [1]. Powershell can also be used remotely, and various Microsoft products provide cmdlets (basically utilities) to use from the shell.

There are a few ways of dealing with IIS7: * Remotely using IIS Manager [2] * .NET-style configuration files - think httpd.conf * Powershell cmdlets * AppCmd.exe

SQL Server has Management Studio in various flavors, SqlCmd.exe or Powershell cmdlets.

The only time I log in to servers is to run installers or when laziness takes hold. These various tools work well enough that Microsoft offers Windows Server Core which only provides CLI access (and Powershell in the most recent version).

[1] http://en.wikipedia.org/wiki/PowerShell [2] http://www.iis.net/download/IISManager [3] http://learn.iis.net/page.aspx/334/install-and-configure-iis...

Re: Stack Exchange’s Architecture in Bullet Points

#32
post #30
post #27

Earlier quoted context omitted.

The same way as you administer any cluster.

Using SSH? That's what I've used to administer every server I need to for many years. The last time I had to work on windows servers SSH wasn't really an option though so we used remote desktop. This was on win2k servers though so things may have changed. I think the question deserves a better reply than the glib "The same way as you administer any cluster." Is the answer really SSH? Or something else?

Using scripts and remote execution. "SSH" is merely a transport, it is irrelevant to the general principle.

The idea that Windows can't be scripted hasn't been true since Perl 5's COM module in the 1990s... Haters always hatin'.

Re: Stack Exchange’s Architecture in Bullet Points

#33
post #13
post #11

Interesting that they've moved to Lucene.net for search - I remember hearing them say that full text search is one of the reasons they were so happy with SQL Server.

ugh, no, I can't imagine ever saying that. Full Text Search in SQL Server is very badly integrated, buggy, deeply incompetent, and I hate it. Hate it hate it hate it hate it hate it.

What would you recommend for unstructured searches in .net platform?
Post reply on HN