Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
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":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (7)
As of 2024-04-18 21:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found