May 24, 2012

Post: Alternatives of PHP ?

…database with PHP script, I was thinking about PHP alternatives. Why do I need that ? 1. PHP is slow…good cli debugger – I’m just tired of debugging with ‘echo’ and ‘var_dump’ 3. Unpredictable memory consumption – it’s easy…languages they work as fast as PHP if believe to Shootout Benchmarks, so I’m …

Post: PHP Large result sets and summary tables.

…this method but this is told in PHP manual and so easy to catch. There are however more differences…efficient. Another alternative is of course to use MySQL Stored Procedures which can be fit to do this simple …and you want to do some parallel processing. It is also good question if you need to query …

Post: Caching could be the last thing you want to do

…a very popular PHP ecommerce package which makes me want to voice a … great tools like memcached it is easy to get carried away and use it…more that all users get a good experience (Peter explains why here, talking…invalidated at the same time? What alternative approach should be taken? Caching should…

Post: Speedup your LAMP stack with LigHTTPD

…” architecture which you have to stick to at least for dynamic content served by PHP or ModPerl. With “client …. The good thing with Web servers is – it is easy to scale, this is if you have money to waste … I simply did not test too much of other alternatives as it already worked well. There are few …