Jump to content

Multi-Threading for Web Development

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
rsnider19

rsnider19

    Learning Programmer

  • Members
  • PipPipPip
  • 34 posts
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.

#2
mH_p0rtal

mH_p0rtal

    Newbie

  • Members
  • PipPip
  • 10 posts
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