Re: [PHP] Will PHP ever grow up and have threading?

2010-03-23 Thread Richard Quadling
On 23 March 2010 00:02, Daevid Vincent dae...@daevid.com wrote: douche-bags I think this is about the best way to get the wrong attention. Not everyone has a sense of humour like yours. Maybe no one has a sense of humour like yours. Good luck. Richard. -- - Richard Quadling Standing on

Re: [PHP] Will PHP ever grow up and have threading?

2010-03-23 Thread Michael A. Peters
Rene Veerman wrote: But i've yet to find a way to keep global objects in memory between http requests, outside $_SESSION, which i believe is just stored to- and loaded from disk between http requests. You can store sessions in a cache and avoid the disk IO. -- PHP General Mailing List

Re: [PHP] Will PHP ever grow up and have threading?

2010-03-23 Thread Tommy Pham
On Tue, Mar 23, 2010 at 2:04 AM, Per Jessen p...@computer.org wrote: Use the right tool for the right job - PHP is a scripting/interpreted language, it does not need threading (IMO of course). -- Per Jessen, Zürich (9.4°C) I couldn't agree more. But here's a real life example. Your

Re: [PHP] Will PHP ever grow up and have threading?

2010-03-23 Thread Per Jessen
Tommy Pham wrote: On Tue, Mar 23, 2010 at 2:04 AM, Per Jessen p...@computer.org wrote: Use the right tool for the right job - PHP is a scripting/interpreted language, it does not need threading (IMO of course). -- Per Jessen, Zürich (9.4°C) I couldn't agree more. But here's a real

Re: [PHP] Will PHP ever grow up and have threading?

2010-03-23 Thread Tommy Pham
On Tue, Mar 23, 2010 at 3:33 PM, Per Jessen p...@computer.org wrote: Tommy Pham wrote: On Tue, Mar 23, 2010 at 2:04 AM, Per Jessen p...@computer.org wrote: Use the right tool for the right job - PHP is a scripting/interpreted language, it does not need threading (IMO of course). -- Per

Re: [PHP] Will PHP ever grow up and have threading?

2010-03-23 Thread la...@garfieldtech.com
On 3/23/10 6:04 PM, Tommy Pham wrote: If throwing hardware at it won't work because of the above mentioned, then you would change the design right? How long would that take? What if PHP has threads, how long would it take you implement threads with minor changes versus and overhaul of

Re: [PHP] Will PHP ever grow up and have threading?

2010-03-23 Thread Hans Åhlin
2010/3/24 Tommy Pham tommy...@gmail.com: On Tue, Mar 23, 2010 at 3:33 PM, Per Jessen p...@computer.org wrote: Tommy Pham wrote: On Tue, Mar 23, 2010 at 2:04 AM, Per Jessen p...@computer.org wrote: Use the right tool for the right job - PHP is a scripting/interpreted language, it does not

Re: [PHP] Will PHP ever grow up and have threading?

2010-03-23 Thread Michael A. Peters
Tommy Pham wrote: On Tue, Mar 23, 2010 at 3:33 PM, Per Jessen p...@computer.org wrote: Tommy Pham wrote: On Tue, Mar 23, 2010 at 2:04 AM, Per Jessen p...@computer.org wrote: Use the right tool for the right job - PHP is a scripting/interpreted language, it does not need threading (IMO of

Re: [PHP] Will PHP ever grow up and have threading?

2010-03-23 Thread Tommy Pham
Let's go back to my 1st e-commerce example. The manufacturers list is about 3,700. The categories is about about 2,400. The products list is right now at 500,000 and expected to be around 750,000. The site is only in English. The store owner wants to expand and be I18n: Chinese, French,

Re: [PHP] Will PHP ever grow up and have threading?

2010-03-23 Thread Tommy Pham
On Tue, Mar 23, 2010 at 6:17 PM, Tommy Pham tommy...@gmail.com wrote: Let's go back to my 1st e-commerce example.  The manufacturers list is about 3,700.  The categories is about about 2,400.  The products list is right now at 500,000 and expected to be around 750,000.  The site is only in

Re: [PHP] Will PHP ever grow up and have threading?

2010-03-23 Thread Robert Cummings
Tommy Pham wrote: Let's go back to my 1st e-commerce example. The manufacturers list is about 3,700. The categories is about about 2,400. The products list is right now at 500,000 and expected to be around 750,000. The site is only in English. The store owner wants to expand and be I18n:

Re: [PHP] Will PHP ever grow up and have threading?

2010-03-23 Thread Paul M Foster
On Tue, Mar 23, 2010 at 06:17:56PM -0700, Tommy Pham wrote: Let's go back to my 1st e-commerce example. The manufacturers list is about 3,700. The categories is about about 2,400. The products list is right now at 500,000 and expected to be around 750,000. The site is only in English.

Re: [PHP] Will PHP ever grow up and have threading?

2010-03-23 Thread Tommy Pham
On Tue, Mar 23, 2010 at 6:57 PM, Paul M Foster pa...@quillandmouse.com wrote: On Tue, Mar 23, 2010 at 06:17:56PM -0700, Tommy Pham wrote: Let's go back to my 1st e-commerce example.  The manufacturers list is about 3,700.  The categories is about about 2,400.  The products list is right now

Re: [PHP] Will PHP ever grow up and have threading?

2010-03-22 Thread Larry Garfield
Perhaps if you asked a question you'd get an answer rather than coming off as an angry immature crybaby in your last paragraph... No, I'm not going to dignify your post with a real answer. Come back when you can ask a real question and maybe you'll get a real answer. --Larry Garfield On

RE: [PHP] Will PHP ever grow up and have threading?

2010-03-22 Thread Daevid Vincent
grow up and have threading? Perhaps if you asked a question you'd get an answer rather than coming off as an angry immature crybaby in your last paragraph... No, I'm not going to dignify your post with a real answer. Come back when you can ask a real question and maybe you'll get

Re: [PHP] Will PHP ever grow up and have threading?

2010-03-22 Thread David McGlone
:39 PM To: php-general@lists.php.net Subject: Re: [PHP] Will PHP ever grow up and have threading? Perhaps if you asked a question you'd get an answer rather than coming off as an angry immature crybaby in your last paragraph... No, I'm not going to dignify your post with a real

Re: [PHP] Will PHP ever grow up and have threading?

2010-03-22 Thread Robert Cummings
, 2010 5:39 PM To: php-general@lists.php.net Subject: Re: [PHP] Will PHP ever grow up and have threading? Perhaps if you asked a question you'd get an answer rather than coming off as an angry immature crybaby in your last paragraph... No, I'm not going to dignify your post with a real answer. Come

Re: [PHP] Will PHP ever grow up and have threading?

2010-03-22 Thread Hans Åhlin
It's code design problem you face, there is loots of solutions to use treading in php. (analyse the way ms C# and VB creates and handles threads, and when you have done that you can create a couple of php scripts to acquire the same result). Read GOF (gang of fore) Design Patterns: Elements of

<    1   2   3