Are there free hosting providers that allow running random CGI like shiichan scripts? If for example i create a superior Shiichan version..where could i test it?
>>20
Arguably, PHP has some of the best SMP scalability because you always handle each request in its own thread and there's no sharing of state between threads, except via MySQL or other external means.