View Single Post
Old 10-04-2008, 11:34 AM  
farkedup
Confirmed User
 
Join Date: Nov 2007
Location: Kalamazoo, MI
Posts: 2,490
Quote:
Originally Posted by sortie View Post


I realize that I can't convince anyone of anything.
People are making what ever choice they feel works for them.

I think my latest upgrade to tubecgi is far better and will go a lot farther than
my previous versions but I don't have the means to test it on huge traffic.

So all I can say on this subject is that tubecgi does not use Mysql and therefore
does not have to deal with the scaling issues of the mysql database.
Webmasters will have to determine if that is an advantage or not.
If I remember right your system ended up having at least one really large file which you had to process and rehash with like every pageload. This type of environment would in fact be faster as long as the file is relatively small. If you have a large file being opened and processed constantly it'll be slower and only get worse as traffic grows. I know nothing of your revisions and its been a good 6mnths since I've been through your system. As a former perl programmer myself I understand there are MANY things perl can do that far exceed what PHP is capable of. On sites with less content I believe yours is very fast. Most servers don't even have many of the tweaks to make perl run faster... These days everybody has something like zend optimizer to help PHP run faster.

What I do with mine is I actually cache many of the "common queries" into the filesystem. When I was looking over your perl code I was actually shocked with some of the shit you managed to make it do... but I just don't think the market is prepared for something like this. If it was the same price and used PHP you'd probably sell triple simply because the market will not ever really understand WTF perl is.
__________________
-- QUOTE ME IT MAKES ME FEEL SPECIAL --
farkedup is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote