<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1008305" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1008305</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/minimums-do-it-yourself-server-what-all-do-i-need#comment-1042790</link>
    <description> &lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I just stumbled into this article&lt;br /&gt;
&lt;a href=&quot;http://cs.alfred.edu/~lansdoct/mstest.html&quot; class=&quot;bb-url&quot;&gt;http://cs.alfred.edu/~lansdoct/mstest.html&lt;/a&gt; and immediatly thought about this thread.&lt;/p&gt;
&lt;p&gt;I think that supports our conclusion, the Server is _not_ the problem.&lt;/p&gt;
&lt;p&gt;ciao&lt;br /&gt;
Anti&lt;br /&gt;
ps:&lt;br /&gt;
I hope the &lt;a href=&quot;http://www.biker-forum.com&quot; class=&quot;bb-url&quot;&gt;biker-forum.com&lt;/a&gt; incident is over ?!&lt;/p&gt;
 </description>
     <pubDate>Tue, 29 Jun 1999 19:28:00 +0000</pubDate>
 <dc:creator>anti</dc:creator>
 <guid isPermaLink="false">comment 1042790 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/minimums-do-it-yourself-server-what-all-do-i-need#comment-1042789</link>
    <description> &lt;p&gt;Well, all the systems suggested look good, but as everyone else says, the 56k modem&#039;s not a good idea. You pretty much have to have ISDN+ for any type of hosting. If you can find a cable modem provider that allows you to host a server, then you&#039;re set, and they aren&#039;t that much more expensive...&lt;/p&gt;
&lt;p&gt;Good luck!&lt;/p&gt;
 </description>
     <pubDate>Tue, 22 Jun 1999 02:54:00 +0000</pubDate>
 <dc:creator>Blur</dc:creator>
 <guid isPermaLink="false">comment 1042789 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/minimums-do-it-yourself-server-what-all-do-i-need#comment-1042788</link>
    <description> &lt;p&gt;Would it not be much easier, cheaper, and on the whole less bother to go with a normal webhost or get a cheap dedicated server? I think that home-based servers on modem connections are going to be *very* slow and you would obviously have a lot of problems along the way. I don&#039;t think you&#039;d do yourself much favours in terms of the success of your site.&lt;/p&gt;
&lt;p&gt;If you want your own server, why not look at a Cobalt RAQ? But with 5 domains it would be much cheaper to go with a normal host. Depending on what you want, don&#039;t be fooled into paying lots to CIHost or webhosting.com&lt;br /&gt;
- you are paying through the nose for their expensive marketing campaigns.&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
True Hosting - $9.95/month&lt;/p&gt;
 </description>
     <pubDate>Sat, 12 Jun 1999 18:21:00 +0000</pubDate>
 <dc:creator>True Hosting</dc:creator>
 <guid isPermaLink="false">comment 1042788 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/minimums-do-it-yourself-server-what-all-do-i-need#comment-1042787</link>
    <description> &lt;p&gt;Just a question, but would aDSL be an option instead of modem. &lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
&lt;a href=&quot;mailto:dan@cds-computers.com&quot;&gt;dan@cds-computers.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 20 May 1999 17:29:00 +0000</pubDate>
 <dc:creator>cds</dc:creator>
 <guid isPermaLink="false">comment 1042787 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/minimums-do-it-yourself-server-what-all-do-i-need#comment-1042786</link>
    <description> &lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt;the cgi may result in problems.&lt;/p&gt;
&lt;p&gt;if we assume that the 15,000 request are evenly spread over the whole day (which they won&#039;t be, do you have log&#039;s already ??) that makes 625 requests/hour, 10 per minute.&lt;br /&gt;
If your script is very optimized and you&#039;ll encounter no deadlocks that could work.&lt;/p&gt;
&lt;p&gt;But I won&#039;t bet on it.&lt;/p&gt;
&lt;p&gt;some things you should do (if you try it).&lt;/p&gt;
&lt;p&gt;1. use a ide-raid. (not scsi. we just switched our db-server from scsi to ide as scsi slowed down the system by factor 2 to 3.)&lt;br /&gt;
2. use apache. apache is the better dynamic-server. roxen is better with static pages.&lt;br /&gt;
3. use a real db for your data. mySQL is good. textfile-db&#039;s will cause trouble under heavy load.&lt;br /&gt;
4. do some testing with your script. how many memory does it need ? how much IO ? how much cpu-time ?&lt;/p&gt;
&lt;p&gt;just guessing I would say you could need a P233 (or higher) or even better K6. at least 64MB-Ram and a 4 disk-array (btw: RAID0 isn&#039;t RAID)&lt;/p&gt;
&lt;p&gt;even better would be to set up 2 servers with (at least) round-robin for the requests. real load-balancing would be nice, but it&#039;d be also overkill.&lt;/p&gt;
&lt;p&gt;set the system up and produce load.&lt;br /&gt;
then we&#039;ll see which part is the bottleneck.&lt;/p&gt;
&lt;p&gt;ciao&lt;br /&gt;
anti&lt;/p&gt;
 </description>
     <pubDate>Wed, 19 May 1999 20:49:00 +0000</pubDate>
 <dc:creator>anti</dc:creator>
 <guid isPermaLink="false">comment 1042786 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/minimums-do-it-yourself-server-what-all-do-i-need#comment-1042782</link>
    <description> &lt;p&gt;Me again:&lt;/p&gt;
&lt;p&gt;I&#039;ll ask my question this way. I&#039;m looking at 5,000 page request a day pulling about 50k a piece and 15,000 cgi request from banner rotation scripts. So would a 56k modem, a P133+, and 32MB-Ram be able to handle this load?&lt;/p&gt;
&lt;p&gt;Thanks in Advance!&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
Get listed on a search engine/directory within 24 hrs. FREE!&lt;br /&gt;
&lt;a href=&quot;http://www.birminghamnet.com/cgi-bin/links/pages/&quot; class=&quot;bb-url&quot;&gt;http://www.birminghamnet.com/cgi-bin/links/pages/&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 19 May 1999 03:29:00 +0000</pubDate>
 <dc:creator>fairhousing</dc:creator>
 <guid isPermaLink="false">comment 1042782 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/minimums-do-it-yourself-server-what-all-do-i-need#comment-1042781</link>
    <description> &lt;p&gt;Neato!&lt;/p&gt;
&lt;p&gt;Someone else that thinks it may be possible. I think I need to give folks an idea of the traffic I&#039;m talking about, not much traffic really. Although I stated it would be for up to 5 domain names I don&#039;t expect to get more than 5,000 page request a day at about 50K (graphics and text) a piece. The thing is the cgi I&#039;d require, around 15,000 request a day from my ad rotation scripts. &lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
Get listed on a search engine/directory within 24 hrs. FREE!&lt;br /&gt;
&lt;a href=&quot;http://www.birminghamnet.com/cgi-bin/links/pages/&quot; class=&quot;bb-url&quot;&gt;http://www.birminghamnet.com/cgi-bin/links/pages/&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 19 May 1999 03:24:00 +0000</pubDate>
 <dc:creator>fairhousing</dc:creator>
 <guid isPermaLink="false">comment 1042781 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/minimums-do-it-yourself-server-what-all-do-i-need#comment-1042780</link>
    <description> &lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;the hardware you need depends heavily on the load you expect.&lt;/p&gt;
&lt;p&gt;With a 56k modem, a P133, 32MB-Ram and 200MB-HD (plus WebSpace) you can easily serve 5000 pages (~50KB) per day and still do mail and some (small) cgi&#039;s.&lt;/p&gt;
&lt;p&gt;For the software i recommend debian/gnu-linux (&lt;a href=&quot;http://www.debian.org/&quot; class=&quot;bb-url&quot;&gt;http://www.debian.org/&lt;/a&gt;). Since it works right out of the box and is (by far) the securest linux-distribution.&lt;br /&gt;
All needed software (http:apache/roxen,ftp:proftp, mail:smail/exim+qpopper,news:cnews/inews,perl:perl,db:mysql,dns:bind) is included (or at least easy to obtain).&lt;/p&gt;
&lt;p&gt;If you know linux you can setup such a system within a weekend without problems. (Our last one was build from scratch from Friday 12:00 til saturday 06:00 including buying parts.)&lt;/p&gt;
&lt;p&gt;If you expect heavy-load you should use more than one system&lt;br /&gt;
and invest some more money in each. &lt;/p&gt;
&lt;p&gt;But the 56k modem would&#039;nt let much more through anyway.&lt;/p&gt;
&lt;p&gt;Server colocation is the better option if you have (very) heavy load, but make sure you have access to your hardware at anytime !! (With a well configured system you&#039;ll never have to use this option, but sh.t happens.)&lt;/p&gt;
&lt;p&gt;ciao&lt;br /&gt;
Anti&lt;br /&gt;
ps:&lt;br /&gt;
want more info ? just ask !&lt;/p&gt;
 </description>
     <pubDate>Tue, 18 May 1999 23:33:00 +0000</pubDate>
 <dc:creator>anti</dc:creator>
 <guid isPermaLink="false">comment 1042780 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/minimums-do-it-yourself-server-what-all-do-i-need#comment-1042785</link>
    <description> &lt;p&gt;Hehe, looks like this post is getting some interest, but seems like there&#039;s only a few folks with the skill and know how to answer the questions. Anti where are you, we need your knowledge?&lt;/p&gt;
 </description>
     <pubDate>Tue, 18 May 1999 20:47:00 +0000</pubDate>
 <dc:creator>fairhousing</dc:creator>
 <guid isPermaLink="false">comment 1042785 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/minimums-do-it-yourself-server-what-all-do-i-need#comment-1042784</link>
    <description> &lt;p&gt;I&#039;m curious as to how much more server resources the CGI scripts require to be parsed (compared to HTML/text pages and a proper explanation as to why. I have a pretty good idea but wouldn&#039;t mind an expert explanation &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;br /&gt;
JP&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
The Webmaster Promotion and Resource Center.&lt;br /&gt;
&lt;a href=&quot;http://www.what-next.com&quot; class=&quot;bb-url&quot;&gt;http://www.what-next.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 18 May 1999 17:41:00 +0000</pubDate>
 <dc:creator>JP Stones</dc:creator>
 <guid isPermaLink="false">comment 1042784 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
