Hmm. Sounds like you need two separate components, one of which is a spider and stores / indexes all the product information, and the other of which displays the info and allows people to buy items. I'd personally use Perl for the former, since it's easier to write heavy-duty code, especially page parsers, in, and PHP for the latter, since PHP is more efficient for high volumes of page views unless you have access to mod_perl.

Also remember that what you are designing now does not necessarily have to be able to stand up to billions of page views. Think of it as a rough draft. If you manage to get even thousands of people using your service per day, you'll easily have the funding you need to convert your code (which should be fairly rigid by then) into a more efficient language - or buy a new server with lots of memory that can brute force its way past almost anything.

Use whichever language is easiest to program in.


In reply to Re: Perl/CGI Vs PHP Vs ASP by TedPride
in thread Perl/CGI Vs PHP Vs ASP by sk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.