Welcome to the Browser-Base Game Zone forums!
Bytecode compiled languages like C# are mature and powerful (and no, just because it's made by "Micro$oft" does not make it any less powerful).
BTW don't you know any free Python hostings if one wants to just try writing in it?
For the past couple months I've really been wondering if PHP should remain my main area of focus when it comes to PBBG development. More and more things are moving to a background process with the browser communicating to said background process. With this type of architecture PHP has no future as it is now. It was written and continues to be a development environment made for creating dynamic pages (parse, compile, output). With all the talk of HTML5 canvas, CSS3 and persistent connections with ajax the technology of PHP is starting to fall very short very quickly IMHO. As JGardow pointed out in a recent post "a game is an application"
I think you do not fully realize the scary implications of such improvements of browser capabilities. It will end the way current PC gaming market is. In not so distant past serious hobbists were able to make a fully fledged PC game within reasonable budget. Now, you can not. You need millions of $$$ no matter what, just for gfx content alone. Nowadays no one on this forum can release PC title no matter what.
For the past couple months I've really been wondering if PHP should remain my main area of focus when it comes to PBBG development. More and more things are moving to a background process with the browser communicating to said background process.
Facebook said the results of using HipHop have been dramatic. CPU usage on Facebook servers has dropped by an average of 50 percent as the HipHop PHP engine reduced the load on Facebook's infrastructure.
This one made me puzzled, from browser games experience I think even if PHP execution cost was 0, it still would not improve overall performance by 50%...
It's nice to know that PHP is finally getting a RoR type framework.
I was always wondering how the bigger companies handled php itself since i always heard that RoR was the best deployment system.
Quote from: 133794m3r on February 05, 2010, 08:57:35 AMIt's nice to know that PHP is finally getting a RoR type framework.It's not. HipHop is a compiler, not a framework. There are a few RoR-like PHP frameworks, I've heard of CakePHP and Kohana.Quote I was always wondering how the bigger companies handled php itself since i always heard that RoR was the best deployment system.Rails doesn't really have anything to say about deployment, just web code. The community happened to create tools like Capistrano, Chef, Puppet, etc., and they can all be used for PHP sites fine.