Slashdot Mirror


User: mikeballer

mikeballer's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:A little more info would be necessary... on MySQL on Windows - Good Idea? · · Score: 1

    The site is a price comparison engine for books, movies, music, and video games (http://getcheapbooks.com/ ). The site receives about 200k visitors (2M hits) per month. The code split is probably 80% ASP, 20% SQL. For each new (not cached) price comparison, we do insert the price data into the database, so the database access is really a combination of inserts and selects.

    I am actually not that concerned about converting the SQL code, but I am really just concerned about performance. Thanks for the comments.