LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   PHP Multithreading (https://www.linuxquestions.org/questions/linux-software-2/php-multithreading-376740/)

dlublink 10-25-2005 10:30 AM

PHP Multithreading
 
Hi!

I want to write a network application that will be a MSN bot. It will be used to control my VoIP telephone via MSN Messenger.


Can PHP connect to Secure Sockets using SSL?

Can PHP Multithread?

If PHP cannot multithread, does anyone have any suggestions on how I might be able to have multiple conversation windows going at once?

thanks,

David

Orkie 10-25-2005 12:23 PM

A PHP can fork itself: http://uk.php.net/manual/en/function.pcntl-fork.php

It does have some OpenSSl functions, though I have never used them: http://uk.php.net/manual/en/ref.openssl.php

Hope those are what you are after!


All times are GMT -5. The time now is 08:47 PM.