News Feed
Jobs Feed
Sections




News Archive
PHP 10.0 Blog:
We are doomed! (and Ticks in PHP)
June 20, 2007 @ 10:29:00

In this new post to the PHP 10.0 blog, Stas mentions the "impending doom" of PHP that's been going around the community, including in this post on the TechRepublic site.

He does, however, branch off into something much more interesting that seems to be somewhat ignored by developers - the use of ticks on their code:

This is something named "ticks" - I wonder how many of the PHP developers heard about it and of those how many actually used it. Could it be used for offloading long-running I/O-bound tasks or grouping them together (e.g. so we could wait for DB and HTTP in parallel and not sequentially)? Would there be any use at all for such functionality and if so - how it's supposed to work? I.e. how would you know it's done and how you would collect and use the results?

It's suggested in the comments that it could be used for any kind of application that might need the pseudo-multithreading it offers (including something like scripts needing multiple TCP connections).

0 comments voice your opinion now!
doom tick multithread declare construct doom tick multithread declare construct


blog comments powered by Disqus

Similar Posts

PHP 10.0 Blog: We are doomed! (and Ticks in PHP)

Brian Moon's Blog: Short Array Syntax for PHP

Inside Open Source: Possible addition to array syntax in PHP

PHP-Coding-Practices.com: How Table Migrations In CakePHP 1.2 Can Save Your Life

Jeremy Privett's Blog: Is PHP Doomed?


Community Events











Don't see your event here?
Let us know!


language phpunit development release podcast framework api opinion series database zendframework2 code introduction unittest tool functional community example testing interview

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework