<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel>
	  <title>Ask MetaFilter questions tagged with cluster</title>
      <link>http://ask.metafilter.com/tags/cluster</link>
      <description>Questions tagged with 'cluster' at Ask MetaFilter.</description>
	  <pubDate>Sat, 12 Sep 2009 15:06:24 -0800</pubDate> <lastBuildDate>Sat, 12 Sep 2009 15:06:24 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>A beowulf cluster with nothing to do. </title>
	<link>http://ask.metafilter.com/132674/A%2Dbeowulf%2Dcluster%2Dwith%2Dnothing%2Dto%2Ddo</link>	
	<description>I scrapped all my junk computers together and made the most rag tag beowulf cluster ever in my living room. Mostly as a conversation starter. But now I have to figure out what to have it working on. What&apos;s something that will sound really cool?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.132674</guid>
	<pubDate>Sat, 12 Sep 2009 15:06:24 -0800</pubDate>
	<category>beowulf</category>
	<category>cluster</category>
	<category>computer</category>
	<category>hardware</category>
	<category>pi</category>
	<category>primes</category>
	<dc:creator>brenton</dc:creator>
	</item>
	<item>
	<title>Does there exist a free cluster/grid, where you get CPU cycles in exchange for providing cycles to the grid? </title>
	<link>http://ask.metafilter.com/129084/Does%2Dthere%2Dexist%2Da%2Dfree%2Dclustergrid%2Dwhere%2Dyou%2Dget%2DCPU%2Dcycles%2Din%2Dexchange%2Dfor%2Dproviding%2Dcycles%2Dto%2Dthe%2Dgrid</link>	
	<description>Does there exist a free cluster/grid, where you get CPU cycles in exchange for providing cycles to the grid? I have come across a reference to &lt;a href=&quot;http://tycoon.hpl.hp.com/&quot;&gt;Tycoon&lt;/a&gt;, which is a software package for operating a grid where people earn credits by donating spare cycles and then can use them to run their own code.  That got me thinking about whether there existed a free project that I could join to exchange my free cycles for the usage of the cluster to run my jobs?&lt;br&gt;
&lt;br&gt;
There are plenty of the Seti@home type projects that allow you to donate computing credits, but I am clearly looking for computational resources I could use, and I would be happy to pay for with spare cycles.  This seems like it would be a very valuable project (many people would be willing to donate a single CPU&apos;s worth of credits for a month, in exchange for the use of 30 CPUs in a day), and storage versions of this (Wuala) appear to exist.  However, Google doesn&apos;t reveal anything useful.  Hivemind?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.129084</guid>
	<pubDate>Sun, 02 Aug 2009 17:59:45 -0800</pubDate>
	<category>cluster</category>
	<category>distributed</category>
	<category>grid</category>
	<dc:creator>bsdfish</dc:creator>
	</item>
	<item>
	<title>Can I get high availability with a modest budget?</title>
	<link>http://ask.metafilter.com/109732/Can%2DI%2Dget%2Dhigh%2Davailability%2Dwith%2Da%2Dmodest%2Dbudget</link>	
	<description>How can I set up the virtual server environment I want, using as much open source and as little proprietary software as possible? I&apos;m the technician / sysadmin at a primary school, which will be updating its on-campus server boxes early next year.&lt;br&gt;
&lt;br&gt;
Both our existing boxes run Windows Server 2003.  Admin1.admin.local runs SQL Server Express and the school administrative database and serves files to four admin workstations; curricserver.curric.local is pretty much a pure file server for 70 classroom workstations, making extensive use of NTFS permissions to manage access control.  All workstations run Windows XP.&lt;br&gt;
&lt;br&gt;
Admin1 is the PDC for admin.local (10.145.172.0/23), and curricserver is the PDC for curric.local (10.129.172.0/23).  An upstream-managed router connects both subnets to the Internet, and also allows admin.local hosts to send UDP datagrams and establish TCP connections to curric.local, though not the other way around.  No broadcast traffic transits the router.  The router&apos;s link to the admin.local subnet is ten mbits/s, which is fine for internet but sucks for cross-subnet file serving.&lt;br&gt;
&lt;br&gt;
Admin1 and curricserver each have a UPS.  I use external USB drives for backup.  I am pretty happy with the way each of the servers is currently set up.&lt;br&gt;
&lt;br&gt;
Next year, we&apos;ll also be replacing our existing MS Access-based student reports package with a new web-based one from the same company.  I have no reason to believe that this will go well.  The company recommends hosting this thing on a dedicated box, which will basically be running SQL Server Express and IIS and not much else.  I have no wish to install IIS on either admin1 or curricserver, so I&apos;m happy to agree with them.&lt;br&gt;
&lt;br&gt;
Now, rather than buy three new boxes and a new UPS and another set of backup drives next year, I&apos;d rather buy &lt;em&gt;two&lt;/em&gt; new boxes with i7&apos;s and loads of RAM, run a Linux on them with something like &lt;a href=&quot;http://linux-ha.org/Heartbeat&quot;&gt;Heartbeat&lt;/a&gt; in it, and create the three W2k3 servers I need virtually.&lt;br&gt;
&lt;br&gt;
It seems to me that doing this would allow me to (a) keep using the &lt;em&gt;same&lt;/em&gt; virtual servers year after year after year, while updating the underlying Heartbeat cluster as often as necessary to suit the school&apos;s hardware management policy (b) avoid single points of failure for all servers (c) centralize my backup task (d) use solid Unix system administration tools for disk snapshot and backup management instead of whatever some random commercial vendor claims to have invented &lt;em&gt;this&lt;/em&gt; year (e) save the school some money (f) easily bypass the upstream-managed router&apos;s connection between our two subnets, allowing me to set up the same safe one-way routing policy at gigabit speeds.&lt;br&gt;
&lt;br&gt;
Questions:&lt;br&gt;
&lt;br&gt;
1.  Is this idea Wrong in any important respect?  I haven&apos;t had much hands-on VM experience, but I have enough Windows expertise to migrate our existing server setups to other hardware (even virtual hardware), probably without needing to do a Windows reinstall, a long enough beard and enough open source happy drink to see the project through, and the intention to document it thoroughly enough to stop it turning all white-elephant for the next guy.&lt;br&gt;
&lt;br&gt;
2.  Will Heartbeat in fact let me set up three VM&apos;s that will normally run on Tweedledum but reboot themselves automagically on Tweedledee if Tweedledum dies?&lt;br&gt;
&lt;br&gt;
3.  Which VM environments will let me put a Windows VM in charge of a physical network adapter, so I can serve files from a Windows VM over gigabit Ethernet without undue performance penalty?&lt;br&gt;
&lt;br&gt;
4.  Am I correct in assuming that I want N+2 physical network adapters in each physical box (one for each of N virtual machines to connect to an appropriate network switch, plus one to do a point-to-point link for &lt;a href=&quot;http://linux-ha.org/DRBD&quot;&gt;DRBD&lt;/a&gt;, plus one to talk to the host OS via an appropriate network switch?  Or, since the virtual replacement for admin1 is only going to be talking to four workstations, do I actually need a dedicated physical network adapter for that VM?&lt;br&gt;
&lt;br&gt;
5.  Is there any good technical reason for my visceral unwillingness to install IIS on anything except its own dedicated (physical or virtual) box?&lt;br&gt;
&lt;br&gt;
6.  What&apos;s the obvious question I&apos;ve completely forgotten to ask?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.109732</guid>
	<pubDate>Sat, 20 Dec 2008 21:34:11 -0800</pubDate>
	<category>cluster</category>
	<category>drbd</category>
	<category>heartbeat</category>
	<category>highavailability</category>
	<category>linux</category>
	<category>opensource</category>
	<category>server</category>
	<category>virtual</category>
	<category>windows</category>
	<dc:creator>flabdablet</dc:creator>
	</item>
	<item>
	<title>A Strange Bucket</title>
	<link>http://ask.metafilter.com/106094/A%2DStrange%2DBucket</link>	
	<description>I have a bucket containing &lt;i&gt;N&lt;/i&gt; marbles: &lt;i&gt;M&lt;/i&gt; white marbles and &lt;i&gt;N-M&lt;/i&gt; black marbles. I need to grab a handful of marbles (&lt;i&gt;n&lt;/i&gt;) and figure out the probability of having picked up &lt;i&gt;m&lt;/i&gt; white marbles. At first, I thought I could use the &lt;a href=&quot;http://en.wikipedia.org/wiki/Hypergeometric_distribution&quot;&gt;hypergeometric distribution&lt;/a&gt;. But there&apos;s a complication, namely that the white marbles are not equally distributed in my bucket.&lt;br&gt;
&lt;br&gt;
In other words, if my handful of marbles contains one white marble, I&apos;m more likely to have picked up one or more additional white marbles in my hand, and this probability is different depending on how many white marbles I may have picked up.&lt;br&gt;
&lt;br&gt;
Is there a good approach to modeling or simulating this kind of situation?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.106094</guid>
	<pubDate>Thu, 06 Nov 2008 01:39:58 -0800</pubDate>
	<category>balls</category>
	<category>buckets</category>
	<category>cluster</category>
	<category>distribution</category>
	<category>hypergeometric</category>
	<category>marbles</category>
	<category>probability</category>
	<category>statistics</category>
	<dc:creator>Blazecock Pileon</dc:creator>
	</item>
	<item>
	<title>How to cluster when dealing with more than one factor?</title>
	<link>http://ask.metafilter.com/103031/How%2Dto%2Dcluster%2Dwhen%2Ddealing%2Dwith%2Dmore%2Dthan%2Done%2Dfactor</link>	
	<description>How to cluster when dealing with more than one factor? Let&apos;s say I have 100 observations of X, each of length n, with two factors:&lt;br&gt;
&lt;br&gt;
1 a&lt;sub&gt;X&lt;/sub&gt;&lt;sub&gt;1&lt;/sub&gt; b&lt;sub&gt;X&lt;/sub&gt;&lt;sub&gt;1&lt;/sub&gt;&lt;br&gt;
2 a&lt;sub&gt;X&lt;/sub&gt;&lt;sub&gt;1&lt;/sub&gt; b&lt;sub&gt;X&lt;/sub&gt;&lt;sub&gt;2&lt;/sub&gt;&lt;br&gt;
...&lt;br&gt;
n a&lt;sub&gt;X&lt;/sub&gt;&lt;sub&gt;n&lt;/sub&gt; b&lt;sub&gt;X&lt;/sub&gt;&lt;sub&gt;n&lt;/sub&gt;&lt;br&gt;
&lt;br&gt;
1 a&lt;sub&gt;X&lt;/sub&gt;&lt;sub&gt;1&lt;/sub&gt; b&lt;sub&gt;X&lt;/sub&gt;&lt;sub&gt;1&lt;/sub&gt;&lt;br&gt;
2 a&lt;sub&gt;X&lt;/sub&gt;&lt;sub&gt;1&lt;/sub&gt; b&lt;sub&gt;X&lt;/sub&gt;&lt;sub&gt;2&lt;/sub&gt;&lt;br&gt;
...&lt;br&gt;
n a&lt;sub&gt;X&lt;/sub&gt;&lt;sub&gt;n&lt;/sub&gt; b&lt;sub&gt;X&lt;/sub&gt;&lt;sub&gt;n&lt;/sub&gt;&lt;br&gt;
&lt;br&gt;
(...100 of these guys)&lt;br&gt;
&lt;br&gt;
Let&apos;s say I have 200 observations of Y, each of length n, with two factors:&lt;br&gt;
&lt;br&gt;
1 a&lt;sub&gt;Y&lt;/sub&gt;&lt;sub&gt;1&lt;/sub&gt; b&lt;sub&gt;Y&lt;/sub&gt;&lt;sub&gt;1&lt;/sub&gt;&lt;br&gt;
2 a&lt;sub&gt;Y&lt;/sub&gt;&lt;sub&gt;1&lt;/sub&gt; b&lt;sub&gt;Y&lt;/sub&gt;&lt;sub&gt;2&lt;/sub&gt;&lt;br&gt;
...&lt;br&gt;
n a&lt;sub&gt;Y&lt;/sub&gt;&lt;sub&gt;n&lt;/sub&gt; b&lt;sub&gt;Y&lt;/sub&gt;&lt;sub&gt;n&lt;/sub&gt;&lt;br&gt;
&lt;br&gt;
1 a&lt;sub&gt;Y&lt;/sub&gt;&lt;sub&gt;1&lt;/sub&gt; b&lt;sub&gt;Y&lt;/sub&gt;&lt;sub&gt;1&lt;/sub&gt;&lt;br&gt;
2 a&lt;sub&gt;Y&lt;/sub&gt;&lt;sub&gt;1&lt;/sub&gt; b&lt;sub&gt;Y&lt;/sub&gt;&lt;sub&gt;2&lt;/sub&gt;&lt;br&gt;
...&lt;br&gt;
n a&lt;sub&gt;Y&lt;/sub&gt;&lt;sub&gt;n&lt;/sub&gt; b&lt;sub&gt;Y&lt;/sub&gt;&lt;sub&gt;n&lt;/sub&gt;&lt;br&gt;
&lt;br&gt;
(...200 of these guys)&lt;br&gt;
&lt;br&gt;
I&apos;d like to calculate the correlation (distance) between X and Y, so that I can cluster them. The two factors may have differing levels of dependence from 1...n. &lt;br&gt;
&lt;br&gt;
Is there a general approach for reducing X and Y in such a way that I can cluster them?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.103031</guid>
	<pubDate>Tue, 30 Sep 2008 02:07:40 -0800</pubDate>
	<category>cluster</category>
	<category>clustering</category>
	<category>correlation</category>
	<category>distance</category>
	<category>statistics</category>
	<dc:creator>Blazecock Pileon</dc:creator>
	</item>
	<item>
	<title>Clustering techniques</title>
	<link>http://ask.metafilter.com/93824/Clustering%2Dtechniques</link>	
	<description>What clustering technique to use? I have a set of roughly 500 curves, each curve representing the numerical representation of the behavior of a transcription factor (represented by its binding motif) along a set of genomic coordinates.&lt;br&gt;
&lt;br&gt;
In addition, I have six pre-ordained structural classifications. Each of the 500 transcription factor types is a member of one classification.&lt;br&gt;
&lt;br&gt;
Presently, I have performed hierarchical clustering of the distances between the curves. I then color the leaves with the according classification, in order to see how the factors organize.&lt;br&gt;
&lt;br&gt;
Is there a way to incorporate information from the structural classifications to help assist clustering? What techniques would be better suited for that?&lt;br&gt;
&lt;br&gt;
I looked into &lt;em&gt;k&lt;/em&gt;-means clustering, but I&apos;m uncertain how I merge the curve information with, say, a six-dimensional unit vector (each axis being the structural classification) that represents membership to a class.&lt;br&gt;
&lt;br&gt;
Thanks for your advice.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.93824</guid>
	<pubDate>Wed, 11 Jun 2008 14:04:02 -0800</pubDate>
	<category>algorithm</category>
	<category>bioinformatics</category>
	<category>cluster</category>
	<category>clustering</category>
	<category>informatics</category>
	<dc:creator>Blazecock Pileon</dc:creator>
	</item>
	<item>
	<title>Large Site Network Infrastructure (Hardware) Examples?</title>
	<link>http://ask.metafilter.com/83812/Large%2DSite%2DNetwork%2DInfrastructure%2DHardware%2DExamples</link>	
	<description>Network admin / geek question:
I&apos;m in the process of building a small cluster of servers for my quickly growing wallpaper&lt;/a&gt; website, but I&apos;ve never charted those waters before.  I found a nice article on TorrentFreak about &lt;a href=&quot;http://torrentfreak.com/mininova-servers-and-traffic-2006-vs-2007-070904/&quot;&gt;Mininova&apos;s server setup&lt;/a&gt;, and found it quite intriguing.  My question is, are there any other big-ish sites like Mininova that are open about their hardware infrastructure?  Googling around yielded few results.  I&apos;d be interested to see the setup for a site like Digg, MeFi, or Flickr.  Thanks in advance. Currently, I have a single Dual P3 load balancer, four DL360 (each 2x 2.8Ghz xeon) servers for apache, one DL560 (quad 2.8 xeon) server for MySQL and NFS, and a few misc. servers.&lt;br&gt;
&lt;br&gt;
Do most large sites use NFS to share the website source?  Any idea how much load NFS puts on a server?  Also, any idea how much overhead a load balancer requires to route connections?  Can a dual P3 1.6Ghz handle a 15mbit&apos;ish site?&lt;br&gt;
&lt;br&gt;
Any links or advice would be appreciated.&lt;br&gt;
&lt;br&gt;
Thanks.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.83812</guid>
	<pubDate>Sat, 16 Feb 2008 16:03:57 -0800</pubDate>
	<category>apache</category>
	<category>cluster</category>
	<category>computers</category>
	<category>datacenter</category>
	<category>geek</category>
	<category>infrastructure</category>
	<category>loadbalancer</category>
	<category>mysql</category>
	<category>network</category>
	<category>nfs</category>
	<category>rackmount</category>
	<category>server</category>
	<category>servers</category>
	<dc:creator>hmaugans</dc:creator>
	</item>
	<item>
	<title>Name our cool computer cluster...</title>
	<link>http://ask.metafilter.com/75054/Name%2Dour%2Dcool%2Dcomputer%2Dcluster</link>	
	<description>Name our cool computer cluster.  So a small group of us are building a computer cluster, and we need to name it something ... cool.  But, we&apos;re completely out of ideas!  Please help, hivemind.&lt;br&gt;
&lt;br&gt;
Technical details:&lt;br&gt;
14 Dual quad-core Intel Xeon @1.86GHz, with 6Gbps Infinband interconnect, running Debian Linux, with netboot for the nodes.&lt;br&gt;
&lt;br&gt;
Guidelines:  pretty much anything goes, I think.  Puns, parodies also appreciated.  Or just something cool-sounding.  We probably shouldn&apos;t mention Dell or Intel, but other technical references are cool.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.75054</guid>
	<pubDate>Tue, 30 Oct 2007 14:58:19 -0800</pubDate>
	<category>cluster</category>
	<category>name</category>
	<category>supercomputing</category>
	<dc:creator>bkudria</dc:creator>
	</item>
	<item>
	<title>LAMP scaling and NFS. Good Idea or Not?</title>
	<link>http://ask.metafilter.com/59651/LAMP%2Dscaling%2Dand%2DNFS%2DGood%2DIdea%2Dor%2DNot</link>	
	<description>So, I&apos;ve got myself a web application. LAMP. I need to scale it up. Can I run the php application across multiple machines loaded off a mounted NFS share on another machine? I&apos;m running gig-e with jumbo frames on a private LAN. Our application is fairly high load, hence the need to scale it up. We can&apos;t afford a real fiber SAN, so, can we replicate the benefits of having all of our application scripts live in one place, and each of the web-servers mount the nfs share and serve the application off of the nfs share?&lt;br&gt;
&lt;br&gt;
We&apos;ve thought about other possibilities, such as rsync, etc. But we&apos;re concerned about race conditions. Particularly two servers communicating with clients and with the DB using different codebases.&lt;br&gt;
&lt;br&gt;
other datapoints: &lt;br&gt;
We use a bytecode cache, called eaccelerator. those caches would be on the local webserver, not on the NFS share.&lt;br&gt;
&lt;br&gt;
We use memcache for stuff like sessions across machines.&lt;br&gt;
&lt;br&gt;
Would there be significant network throughput setting up our application this way? What are the downsides? Would it outweigh the benefits of having one codebase for our application?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.59651</guid>
	<pubDate>Fri, 30 Mar 2007 14:41:37 -0800</pubDate>
	<category>cluster</category>
	<category>eaccelerator</category>
	<category>LAMP</category>
	<category>nfs</category>
	<category>php</category>
	<category>rsync</category>
	<category>scaling</category>
	<dc:creator>Freen</dc:creator>
	</item>
	<item>
	<title>Cool stuff to do with bunch of unused computers?</title>
	<link>http://ask.metafilter.com/58969/Cool%2Dstuff%2Dto%2Ddo%2Dwith%2Dbunch%2Dof%2Dunused%2Dcomputers</link>	
	<description>I&apos;ve got a bunch of HP DC7100 SFF Pentium 4 computers sitting on a table at work, left over from people who have migrated to using laptops as their primary workstations. Any ideas for cool stuff I could do with them? I&apos;m going to a 4-day VMware Infrastructure training later next month, so at that point I&apos;ll probably use some of them for experimenting with the capabilities of VMware ESX Server. Another thing I&apos;ve thought of is experimenting with imaging servers like the ones by Acronis. Both are things that might actually even end up being useful to the employer.&lt;br&gt;
&lt;br&gt;
But there&apos;s got to be some cool, not necessarily work-related stuff to do out there. I enjoy learning things just for their own sake, so no suggestion, however small the reward may be for the trouble, is automatically out of the question.&lt;br&gt;
&lt;br&gt;
I&apos;m a Mac user, though Windows is inevitable at work. I&apos;ve got an interest in Linux in various server functions (I&apos;ve got a multi-purpose Linux server in a closet at home), so all suggestions involving Linux (or Linux-to Win/Mac interaction) are welcome. Things like distributed filesystems or clustering come to mind, but I don&apos;t really know where to start or where to go with them.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.58969</guid>
	<pubDate>Mon, 19 Mar 2007 02:09:18 -0800</pubDate>
	<category>cluster</category>
	<category>geek</category>
	<category>linux</category>
	<category>vmware</category>
	<dc:creator>lifeless</dc:creator>
	</item>
	<item>
	<title>What are some database high-performance clustering options?</title>
	<link>http://ask.metafilter.com/52212/What%2Dare%2Dsome%2Ddatabase%2Dhighperformance%2Dclustering%2Doptions</link>	
	<description>I need recommendations for affordable database solutions that provide high availability and high performance, preferably in a clustered environment. I.e., where you can add another node to the cluster to gain increased performance, without re-architecting your application.&lt;br&gt;
&lt;br&gt;
I have been mainly using MS SQL Server for development, which is great for small to mid-size needs, but seems to hit the wall when scaling out. The Microsoft clustering solution provides high availability, but not high performance. I have looked into Oracle RAC, but the cost is hefty (it seems it could easily go over a million dollars for a smallish Oracle cluster). Are there other platforms I should consider that fit in the price gap between Microsoft and Oracle?&lt;br&gt;
&lt;br&gt;
Some info: OS platform doesn&apos;t matter, the application is a large North American e-commerce OLTP system that will cost the client a lot of money if it goes down. The load is guaranteed to be heavy.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.52212</guid>
	<pubDate>Sat, 02 Dec 2006 05:04:36 -0800</pubDate>
	<category>cluster</category>
	<category>database</category>
	<dc:creator>SNACKeR</dc:creator>
	</item>
	<item>
	<title>Mysql... why won&apos;t you accept more connections?</title>
	<link>http://ask.metafilter.com/51101/Mysql%2Dwhy%2Dwont%2Dyou%2Daccept%2Dmore%2Dconnections</link>	
	<description>Mysql5... why won&apos;t you accept more connections from a set of IP addresses? Here&apos;s kind of a weird one -- we&apos;ve got a mysql 5 server in a cluster that does a fair amount of i/o. After awhile, it stops accepting connections (or slows way down) from the other machines in the cluster, but if I try to connect from a totally different box, it&apos;s lightning fast.&lt;br&gt;
&lt;br&gt;
The server itself isn&apos;t running a load, nor is it coming close to the number of max_connections/max_user_connection limit. (It is, however, using a single account from all those connections.) &lt;br&gt;
&lt;br&gt;
The code connecting to the db is PHP and we do close() the connection.&lt;br&gt;
&lt;br&gt;
The mysql itself recognizes that there are &quot;Failed attempts,&quot; but it&apos;s not clear to us at all what&apos;s causing them.&lt;br&gt;
&lt;br&gt;
The box is ubuntu, if that helps. The hardware is pretty substantial....</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.51101</guid>
	<pubDate>Thu, 16 Nov 2006 16:20:39 -0800</pubDate>
	<category>cluster</category>
	<category>database</category>
	<category>mysql</category>
	<category>ubuntu</category>
	<dc:creator>ph00dz</dc:creator>
	</item>
	<item>
	<title>Can the Mac Mini, the VW Beetle of server clusters?</title>
	<link>http://ask.metafilter.com/45247/Can%2Dthe%2DMac%2DMini%2Dthe%2DVW%2DBeetle%2Dof%2Dserver%2Dclusters</link>	
	<description>I am looking toward upgrading my website&apos;s hardware.  I want reliability and easy expansion.

Could migration to a cluster of mac minis be a good solution for a distributed website? I would be configuring/building the servers in the UK and shipping to their server farm in the US.  Basically I was thinking of using mac minis as they are standardised.&lt;br&gt;
&lt;br&gt;
My theory is that the cost of adding more servers is relatively low and I will be able to devote new servers to specific sections that need more grunt. &lt;br&gt;
&lt;br&gt;
e.g.: Tomcat servers, file servers, database mirrors etc.&lt;br&gt;
&lt;br&gt;
Anyway, I have no experience in this field, any advice (with examples) would be appreciated.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.45247</guid>
	<pubDate>Fri, 25 Aug 2006 15:49:48 -0800</pubDate>
	<category>cheap</category>
	<category>cluster</category>
	<category>mac</category>
	<category>mini</category>
	<category>reliable</category>
	<category>server</category>
	<dc:creator>viiviiviivii</dc:creator>
	</item>
	<item>
	<title>DNS behind L4</title>
	<link>http://ask.metafilter.com/42794/DNS%2Dbehind%2DL4</link>	
	<description>Authoritive DNS behind L4? It has been quite a while since I looked at DNS, and I don&apos;t recall any particularly difficult parts, but my Manager asked some questions I need to answer with authority.&lt;br&gt;
&lt;br&gt;
Assume we host a bunch of authoritive-only DNS servers, say 4. Customer queries, and cache/recursive lookups are done on a different system, and different servers.&lt;br&gt;
&lt;br&gt;
It was suggested previously that we could start with a system with an L4 on top, with the external IP. Then have 4 DNS servers on the inside. The content will be identical on all servers in the cluster, running bind. Probably bind with DLZ.&lt;br&gt;
&lt;br&gt;
Now there should be no zone transfers required in this setup. &lt;br&gt;
&lt;br&gt;
However, if queries are over 512 bytes, the queryers (should) switch to TCP. Would it matter if the UDP and subsequent TCP queries go to different servers in the cluster. Ie, are there any &quot;session keys&quot; or similar content that require the same server both times. (IIRC there is not, and it should just work if the L4 has both UDP and TCP settings).&lt;br&gt;
&lt;br&gt;
Will SPF system influence this as well, as it was mentioned.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.42794</guid>
	<pubDate>Sun, 23 Jul 2006 22:33:04 -0800</pubDate>
	<category>cluster</category>
	<category>dns</category>
	<category>L4</category>
	<category>load-balance</category>
	<dc:creator>lundman</dc:creator>
	</item>
	<item>
	<title>Nesting vLANs?</title>
	<link>http://ask.metafilter.com/40955/Nesting%2DvLANs</link>	
	<description>Is it possible to nest &lt;a href=&quot;http://en.wikipedia.org/wiki/VLAN&quot;&gt;virtual LANs&lt;/a&gt; within a larger virtual LAN, which has its uplink to the backbone? We have one virtual LAN established in a subnet with its own NAT box and servers inside the vLAN. The virtual LAN has wired outlets in different rooms, and they can all talk to each other and to the &quot;outside&quot; world.&lt;br&gt;
&lt;br&gt;
What I would like to do is create a larger vLAN with &lt;b&gt;its&lt;/b&gt; uplink to the backbone, and have the smaller vLAN&apos;s uplink connected to the larger vLAN.&lt;br&gt;
&lt;br&gt;
If it helps to know, the reasoning for this is partially logistic and political:&lt;br&gt;
&lt;br&gt;
1. The smaller vLAN would not like to open its services to the larger vLAN. &lt;br&gt;
&lt;br&gt;
2. The larger vLAN will be given a direct connection to a Linux computational cluster in a second building. The folks in the smaller vLAN would like access to this cluster.&lt;br&gt;
&lt;br&gt;
If I nest the smaller vLAN in the larger vLAN, I figure that I can provide them with access to both the computational cluster and backbone without rewiring the building.&lt;br&gt;
&lt;br&gt;
With common switching hardware and software, is this arrangement possible or likely?&lt;br&gt;
&lt;br&gt;
Also, have problems with accessing servers within a vLAN from the outside world been solved? Are there ways to configure a server for outside access, or to set up a NAT box to provide outside access to a server?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.40955</guid>
	<pubDate>Mon, 26 Jun 2006 13:17:06 -0800</pubDate>
	<category>backbone</category>
	<category>cluster</category>
	<category>NAT</category>
	<category>nesting</category>
	<category>networking</category>
	<category>vLAN</category>
	<dc:creator>Mr. Six</dc:creator>
	</item>
	
	</channel>
</rss>

