I am working on some software involving the Google Adwords API. Right now I am using PHP to get what I want done and it is working so far; however, I want to improve execution time using multi-threading, but it seems like doing this in PHP is somewhat complicated. Is there a better language to do this in? I want to be able to execute it from an HTML file and access a MySQL database.
Multi-Threading for Web Development
Started by rsnider19, Sep 01 2009 06:45 AM
1 reply to this topic
#1
Posted 01 September 2009 - 06:45 AM
|
|
|
#2
Posted 01 September 2009 - 08:24 AM
actually i can say that PHP has no support for multi threading.
beside it you can use some socket beside some of functionality that php is capable of.
ir.php.net/manual/en/book.posix.php
ir.php.net/manual/en/function.socket-create.php
ir.php.net/manual/en/function.fsockopen.php
but i suggest you to use Perl or Python
search.cpan.org/~dapm/perl-5.10.1/lib/Thread.pm
hope these links help you out
beside it you can use some socket beside some of functionality that php is capable of.
ir.php.net/manual/en/book.posix.php
ir.php.net/manual/en/function.socket-create.php
ir.php.net/manual/en/function.fsockopen.php
but i suggest you to use Perl or Python
search.cpan.org/~dapm/perl-5.10.1/lib/Thread.pm
hope these links help you out


Sign In
Create Account


Back to top









