<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1015235" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1015235</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/what-best-web-solution-following-scenario#comment-1089455</link>
    <description> &lt;p&gt;good ide disk beat a scsi disk system?&lt;/p&gt;
&lt;p&gt;My lvds put out 160 mbs a second.&lt;/p&gt;
&lt;p&gt;good ide disks put out 40? &lt;/p&gt;
&lt;p&gt;K&lt;/p&gt;
 </description>
     <pubDate>Mon, 10 Sep 2001 17:34:19 +0000</pubDate>
 <dc:creator>Keegan</dc:creator>
 <guid isPermaLink="false">comment 1089455 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/what-best-web-solution-following-scenario#comment-1089454</link>
    <description> &lt;p&gt;Well, yes DB system rely on disk speed.&lt;br /&gt;
But in this case I assummed the DB would be under 2Gig and that would make the whole thing cacheble in RAM anyway.&lt;/p&gt;
&lt;p&gt;If you need disk-speed you should consider looking at the 3ware escalade series.&lt;br /&gt;
I got one at home and with a bunch of (good) IDE disks you beat a SCSI system by far and still have some money left over.&lt;/p&gt;
 </description>
     <pubDate>Mon, 10 Sep 2001 17:28:11 +0000</pubDate>
 <dc:creator>anti</dc:creator>
 <guid isPermaLink="false">comment 1089454 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/what-best-web-solution-following-scenario#comment-1088440</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: The performance of a DB system is memory bound !!!&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;DB systems also rely hugely on disk heads.&lt;/p&gt;
&lt;p&gt;DB programmers love scsi drives for that reason, normally more expesive, better performers, and more heads.&lt;/p&gt;
&lt;p&gt;Memory is one part of the sweet spot of a db system.&lt;/p&gt;
 </description>
     <pubDate>Sat, 01 Sep 2001 04:13:50 +0000</pubDate>
 <dc:creator>Keegan</dc:creator>
 <guid isPermaLink="false">comment 1088440 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/what-best-web-solution-following-scenario#comment-1088088</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by anti &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;Any experienced Web-Developer can do this job. DB knowledge is a must, scripting would help. Design _should_ be done by a second person.&lt;br /&gt;
(Never let the designer script or the developer design.&lt;br /&gt;
And please don&#039;t start a flameware about this. We seem to be talking serious business here, not small scale &quot;just4fun&quot; sites.)&lt;br /&gt;
&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I whole heartedly agree about the splitting of design and scripting.&lt;/p&gt;
 </description>
     <pubDate>Tue, 28 Aug 2001 00:47:28 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1088088 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/what-best-web-solution-following-scenario#comment-1088056</link>
    <description> &lt;p&gt;(This thread has been merged from to seperate areas, so don&#039;t start wondering why I answered twice ...)&lt;/p&gt;
&lt;p&gt;I strongly recommend a analysis of the problem, before you decide on the system/software you use.&lt;/p&gt;
&lt;p&gt;If you find that the system will never get &quot;big&quot;, go with the NT box and ASP/Access. Development costs will be lower, since NT developers are generally cheaper.&lt;br /&gt;
But keep in mind that this won&#039;t scale. (Yes, there always is Wolfpack, but administering a NT cluster is a maintainance cost nightmare ...)&lt;/p&gt;
&lt;p&gt;If you want to be safe, use mySQL and PHP.&lt;br /&gt;
This thing scalesfrom tiny (i386 base boxes) to big irons (zSeries). The initial development cost might be a bit higher (that might not even be true anymore), but keeping the system running will be so much cheaper.&lt;/p&gt;
&lt;p&gt;As usual just my personal (experience based) thoughts and not measured facts.&lt;br /&gt;
(Don&#039;t want to be sued - again - for badmouthing a certain redmond based company.)&lt;/p&gt;
 </description>
     <pubDate>Mon, 27 Aug 2001 15:20:24 +0000</pubDate>
 <dc:creator>anti</dc:creator>
 <guid isPermaLink="false">comment 1088056 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/what-best-web-solution-following-scenario#comment-1088051</link>
    <description> &lt;p&gt;If the amount of data is below 2Gig and at least 4N (normalized, somebody with database-design experience will know...) mySQL shouldn&#039;t have any problem.&lt;/p&gt;
&lt;p&gt;I (well, we) usually switch to DB/2 when we hit the 2Gig barrier. You can actually &quot;feel&quot; the system getting slow.&lt;/p&gt;
&lt;p&gt;I expect the number of queries to be quite low (&amp;lt;5000hits/hour), so PHP or Perl is fine.&lt;/p&gt;
&lt;p&gt;One thing to (always) keep in mind:&lt;br /&gt;
The performance of a DB system is memory bound !!!&lt;br /&gt;
(read: Invest the money in RAM not in a faster CPU.)&lt;/p&gt;
&lt;p&gt;Any experienced Web-Developer can do this job. DB knowledge is a must, scripting would help. Design _should_ be done by a second person.&lt;br /&gt;
(Never let the designer script or the developer design.&lt;br /&gt;
And please don&#039;t start a flameware about this. We seem to be talking serious business here, not small scale &quot;just4fun&quot; sites.)&lt;/p&gt;
&lt;p&gt;just my 2cents&lt;br /&gt;
anti&lt;/p&gt;
 </description>
     <pubDate>Mon, 27 Aug 2001 15:02:52 +0000</pubDate>
 <dc:creator>anti</dc:creator>
 <guid isPermaLink="false">comment 1088051 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/what-best-web-solution-following-scenario#comment-1087880</link>
    <description> &lt;p&gt;Welcome to TWF, JerseyBrennan!&lt;/p&gt;
&lt;p&gt;I would recommend using ASP and Microsoft SQL Server if your on a NT box, and PHP and mySQL if your on a *nix box.&lt;/p&gt;
&lt;p&gt;The positions you&#039;d be looking for would be along the lines of &#039;Web Developer&#039; or &#039;Web Programmer&#039;.  I think that one freelancer could do the job, but there is also the option of hiring a company to do it.&lt;/p&gt;
&lt;p&gt;This seems like a fairly simple job.  You&#039;ve made no mention of permissions, so I&#039;m assuming that anyone can query for anything.  Perhaps a small protected admin area for the addition/maintainence of properties.&lt;/p&gt;
 </description>
     <pubDate>Fri, 24 Aug 2001 06:14:20 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1087880 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/what-best-web-solution-following-scenario#comment-1087860</link>
    <description> &lt;p&gt;Surely this would be holding a hell of a lot of data, I thought that mySQL (I know little about it) doesn;t handle huge amounts of data too well?&lt;/p&gt;
 </description>
     <pubDate>Fri, 24 Aug 2001 02:40:53 +0000</pubDate>
 <dc:creator>detox</dc:creator>
 <guid isPermaLink="false">comment 1087860 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Re: What is the best web solution for the following scenario?</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/what-best-web-solution-following-scenario#comment-1087849</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: What kind of people does the company need to hire to complete this job? What are their titles in the web development world? What languages would all this be written in?  Java?  C++?  VB? What kind/type of database would be best for this information to be stored for the website program to access and query?
&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;You would basically need to hire either a PHP or Perl Programmer... which also answers the second question- the languages it should probably be written would be PHP or PERL -- both are very popular on the web. As far as the data base goes, I&#039;d recommend mysql. Good luck!&lt;/p&gt;
&lt;p&gt;Brian&lt;/p&gt;
 </description>
     <pubDate>Fri, 24 Aug 2001 01:11:10 +0000</pubDate>
 <dc:creator>Brian Farkas</dc:creator>
 <guid isPermaLink="false">comment 1087849 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>What is the best web solution for the following scenario?</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/what-best-web-solution-following-scenario#comment-1087847</link>
    <description> &lt;p&gt;Dear All,&lt;/p&gt;
&lt;p&gt;If given the following scenario, what is the best web solution?:&lt;/p&gt;
&lt;p&gt;A company has information of pieces of land around the world.  This information is not in a database of any sort.  The company would like to have a setup to where their prospective customers would be able to visit the company&#039;s website and submit specific coordinates to search the company&#039;s records to see if the company has any information on that piece of land.  The company&#039;s setup would then do a search through their records to see if they have information on that piece of land with those coordinates.  If the company does, then that information would be fed back to the website to display to the inquirer.  If not, then a message communicating this would be display to the user.  How does the company go about setting this up?&lt;/p&gt;
&lt;p&gt;I would first assume that all the information that could be searched through must be entered into some sort of database.  Then a program would have to be written for the company&#039;s website for visitors to interact with.&lt;/p&gt;
&lt;p&gt;What kind of people does the company need to hire to complete this job?  What are their titles in the web development world?&lt;/p&gt;
&lt;p&gt;What languages would all this be written in?  Java?  C++?  VB?&lt;/p&gt;
&lt;p&gt;What kind/type of database would be best for this information to be stored for the website program to access and query?&lt;/p&gt;
&lt;p&gt;Advice/suggestions appreciated.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
 </description>
     <pubDate>Fri, 24 Aug 2001 00:51:20 +0000</pubDate>
 <dc:creator>JerseyBrennan</dc:creator>
 <guid isPermaLink="false">comment 1087847 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
