Re: Will PHP ever "grow up" and have threading?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Per Jessen wrote:
Rene Veerman wrote:

stop bashing the people who DO have a use for threading and other
advanced concepts eh.

I'm not bashing anyone.
just because you don't have a use for it, it shouldn't be included?!
kinda arrogant.

Feel free to think so - I never said I don't have a use for it
(threading), I just said thread-support doesn't belong in PHP.

This is a more interesting statement since this thread started with "douche-bag". I disagree with your assertion that it doesn't belong in PHP, I think threading has its merits, but the kinds of problems thrown at this thread so far don't seem particularly solved by threading. 500 requests each with 10 threads hitting the database is 5000 queries. Threading isn't going to make a whole hell of a lot of difference versus 10 serial queries sent by the same 500 web server requests-- multi core system or otherwise. Facebook and other popular sites get along well with PHP. Note that Facebook created a compiler for PHP, they didn't add support for threading. This suggests that threading is not the golden hammer being sought in this thread.

However, threading certainly would be great for doing more desktoppy stuff :)

Cheers,
Rob.
--
http://www.interjinn.com
Application and Templating Framework for PHP

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux