From: Brandon Rampersad on 21 Apr 2010 18:21 What's wrong with asking if PHP supports threading? On Wed, Apr 21, 2010 at 5:33 PM, Michiel Sikma <michiel(a)thingmajig.org>wrote: > On 21 April 2010 18:02, tedd <tedd.sperling(a)gmail.com> wrote: > > > > > Welcome Nick. > > > > Do you own a bank? :-) > > > > > > Cheers, > > > > tedd > > > > > C'mon, this is the PHP list, not COBOL :) > > But yes, welcome to the list. Frequenting a list is one of the best things > you can do when learning a language. Don't be afraid to ask should anything > confuse you. > > Michiel > -- A Brandon_R Production
From: Dan Joseph on 21 Apr 2010 19:48 On Wed, Apr 21, 2010 at 6:21 PM, Brandon Rampersad <brandon.add.on(a)gmail.com > wrote: > What's wrong with asking if PHP supports threading? > > Nothing? PHP itself does not. You can check out fork though. I've never personally used it with PHP, but I did for a Perl project years ago. I guess it worked ok. http://us3.php.net/manual/en/function.pcntl-fork.php -- -Dan Joseph www.canishosting.com - Unlimited Hosting Plans start @ $3.95/month. Promo Code "NEWTHINGS" for 10% off initial order http://www.facebook.com/canishosting http://www.facebook.com/originalpoetry
From: "Tommy Pham" on 21 Apr 2010 19:59 > -----Original Message----- > From: Dan Joseph [mailto:dmjoseph(a)gmail.com] > Sent: Wednesday, April 21, 2010 4:49 PM > To: php-general(a)lists.php.net > Subject: Re: [PHP] Hello everybody - php newbie from switzerland > > On Wed, Apr 21, 2010 at 6:21 PM, Brandon Rampersad > <brandon.add.on(a)gmail.com > > wrote: > > > What's wrong with asking if PHP supports threading? > > > > > Nothing? PHP itself does not. You can check out fork though. I've > never > personally used it with PHP, but I did for a Perl project years ago. I > guess it worked ok. > > http://us3.php.net/manual/en/function.pcntl-fork.php > > -- > -Dan Joseph > > www.canishosting.com - Unlimited Hosting Plans start @ $3.95/month. > Promo > Code "NEWTHINGS" for 10% off initial order > > http://www.facebook.com/canishosting > http://www.facebook.com/originalpoetry Keep in mind that's only applicable on Linux & Unix OSes, including Mac/Apple since Apple OS is based on BSD and other Unix implementations.
From: David McGlone on 21 Apr 2010 20:09 On Wed, 2010-04-21 at 18:21 -0400, Brandon Rampersad wrote: > What's wrong with asking if PHP supports threading? Nothing really, I was just kidding.
From: Dan Joseph on 21 Apr 2010 20:12 On Wed, Apr 21, 2010 at 8:09 PM, David McGlone <david(a)dmcentral.net> wrote: > On Wed, 2010-04-21 at 18:21 -0400, Brandon Rampersad wrote: > > What's wrong with asking if PHP supports threading? > > Nothing really, I was just kidding. > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > lol.. I didn't see your email where you said not to ask -- -Dan Joseph www.canishosting.com - Unlimited Hosting Plans start @ $3.95/month. Promo Code "NEWTHINGS" for 10% off initial order http://www.facebook.com/canishosting http://www.facebook.com/originalpoetry
First
|
Prev
|
Next
|
Last
Pages: 1 2 3 Prev: Excel Report Formatting Next: How to enable mail function with postfix supported. |