Re: [PHP] Hello everybody - php newbie from switzerland

2010-04-22 Thread Per Jessen
Dan Joseph wrote:

> On Wed, Apr 21, 2010 at 8:38 PM, David McGlone 
> wrote:
> 
>>
>> Are we gonna have to have a discussion on the use of "threading"? LOL
>>
>>
>>
> We just might.  Personally, I use it to sow holes in the toe of my
> socks.
> 

My newsreader supports threading. 


-- 
Per Jessen, Zürich (7.4°C)


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Hello everybody - php newbie from switzerland

2010-04-21 Thread Dan Joseph
On Wed, Apr 21, 2010 at 8:38 PM, David McGlone  wrote:

>
> Are we gonna have to have a discussion on the use of "threading"? LOL
>
>
>
We just might.  Personally, I use it to sow holes in the toe of my socks.

-- 
-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


Re: [PHP] Hello everybody - php newbie from switzerland

2010-04-21 Thread David McGlone
On Wed, 2010-04-21 at 20:12 -0400, Dan Joseph wrote:
> On Wed, Apr 21, 2010 at 8:09 PM, David McGlone  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
> 

Are we gonna have to have a discussion on the use of "threading"? LOL


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Hello everybody - php newbie from switzerland

2010-04-21 Thread Dan Joseph
On Wed, Apr 21, 2010 at 8:09 PM, David McGlone  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


Re: [PHP] Hello everybody - php newbie from switzerland

2010-04-21 Thread David McGlone
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



RE: [PHP] Hello everybody - php newbie from switzerland

2010-04-21 Thread Tommy Pham
> -Original Message-
> From: Dan Joseph [mailto:dmjos...@gmail.com]
> Sent: Wednesday, April 21, 2010 4:49 PM
> To: php-general@lists.php.net
> Subject: Re: [PHP] Hello everybody - php newbie from switzerland
> 
> On Wed, Apr 21, 2010 at 6:21 PM, Brandon Rampersad
>  > 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.


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Hello everybody - php newbie from switzerland

2010-04-21 Thread Dan Joseph
On Wed, Apr 21, 2010 at 6:21 PM, Brandon Rampersad  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


Re: [PHP] Hello everybody - php newbie from switzerland

2010-04-21 Thread Brandon Rampersad
What's wrong with asking if PHP supports threading?

On Wed, Apr 21, 2010 at 5:33 PM, Michiel Sikma wrote:

> On 21 April 2010 18:02, tedd  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


Re: [PHP] Hello everybody - php newbie from switzerland

2010-04-21 Thread Michiel Sikma
On 21 April 2010 18:02, tedd  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


Re: [PHP] Hello everybody - php newbie from switzerland

2010-04-21 Thread tedd

At 12:08 AM +0200 4/21/10, Nick Balestra wrote:

Hello everybody,

I am NIck, from Locarno (southern switzerland) i am getting into php 
development for my own start-up company, maybe there are other 
people near me that would be nice to know for networking and alike. 
I will post here all my questions if i don't find any answer already 
on this list.


Cheers from Switzerland



Welcome Nick.

Do you own a bank?  :-)

Cheers,

tedd

--
---
http://sperling.com  http://ancientstones.com  http://earthstones.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Hello everybody - php newbie from switzerland

2010-04-21 Thread David McGlone
On Wed, 2010-04-21 at 00:08 +0200, Nick Balestra wrote:
> Hello everybody,
> 
> I am NIck, from Locarno (southern switzerland) i am getting into php 
> development for my own start-up company, maybe there are other people near me 
> that would be nice to know for networking and alike. I will post here all my 
> questions if i don't find any answer already on this list.
> 

Welcome to the list Nick. Words of Wisdom: Don't ask if PHP supports
threading. ;-)

-- 
Blessings,
David M.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Hello everybody - php newbie from switzerland

2010-04-20 Thread Dan Joseph
On Tue, Apr 20, 2010 at 6:08 PM, Nick Balestra  wrote:

> I am NIck, from Locarno (southern switzerland) i am getting into php
> development for my own start-up company, maybe there are other people near
> me that would be nice to know for networking and alike. I will post here all
> my questions if i don't find any answer already on this list.
>
>
Hi Nick,

Welcome to the community!

-- 
-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


[PHP] Hello everybody - php newbie from switzerland

2010-04-20 Thread Nick Balestra
Hello everybody,

I am NIck, from Locarno (southern switzerland) i am getting into php 
development for my own start-up company, maybe there are other people near me 
that would be nice to know for networking and alike. I will post here all my 
questions if i don't find any answer already on this list.


Cheers from Switzerland

Nick
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php