On Mon, Oct 27, 2008 at 11:44:50AM -0700, Brian Dunning wrote:
> I've got a script that downloads files queued from a server, and it's
> launched by a Windows Scheduled Task that launches every minute. My
> understanding of the default behavior is that if the task is still
> running a minute
I've got a script that downloads files queued from a server, and it's
launched by a Windows Scheduled Task that launches every minute. My
understanding of the default behavior is that if the task is still
running a minute later when it's time to launch again, a duplicate
thread will not be
On Sat, Jul 26, 2008 at 6:04 PM, Jason Knight <[EMAIL PROTECTED]> wrote:
> I can't find an extension that would allow you to use the PSOIX thread
> functions in PHP. I know of the pcntl_ functions but fork() just won't do
> it for me, I need access to real threads.
>
> I started writing an extensi
I can't find an extension that would allow you to use the PSOIX thread
functions in PHP. I know of the pcntl_ functions but fork() just won't do
it for me, I need access to real threads.
I started writing an extension to supply an API to POSIX threads but then
decided to ask here first to see if
de maio de 2008 11:13
Para: php-general@lists.php.net
Assunto: Re: [PHP] Threads PHP
Richard Heyes wrote:
>
> > Summary: experimental implementation of threads
>
> The word "experimental" makes me shudder.
"PHP" and "threads" in the same sente
Richard Heyes wrote:
>
> > Summary: experimental implementation of threads
>
> The word "experimental" makes me shudder.
"PHP" and "threads" in the same sentence make me shudder too. There are
just some things you shouldn't do with an interpreted language IMHO.
/Per Jessen, Zürich
--
PH
> The word "experimental" makes me shudder. If you can (ie you're using *nix),
> you could also investigate the pcntl extension - http://php.net/pcntl
And it should. I used the ssh lib for php a long time ago, and now it
is nothing more than a set of problems...
--
PHP General Mailing List (http
Check out: http://pecl.php.net/package/threads
That might help you out.
> Summary: experimental implementation of threads
The word "experimental" makes me shudder. If you can (ie you're using
*nix), you could also investigate the pcntl extension - http://php.net/pcntl
--
Richard Heyes
+--
On Fri, May 16, 2008 at 9:10 PM, Cesar D. Rodas <[EMAIL PROTECTED]> wrote:
> Hello,
>
> Is there a way to have threads in PHP?
>
Hi,
Look at this tutorial :
http://www.ibuildings.com/blog/archives/811-Multithreading-in-PHP-with-CURL.html.
Copix framework provide some classes which use socket. ht
On Fri, May 16, 2008 at 3:10 PM, Cesar D. Rodas <[EMAIL PROTECTED]> wrote:
> Hello,
>
> Is there a way to have threads in PHP?
>
>
> --
> Best Regards
>
> Cesar D. Rodas
> http://www.cesarodas.com
> http://www.thyphp.com
> http://www.phpajax.org
> Phone: +595-961-974165
>
Check out: http://pecl.p
Hello,
Is there a way to have threads in PHP?
--
Best Regards
Cesar D. Rodas
http://www.cesarodas.com
http://www.thyphp.com
http://www.phpajax.org
Phone: +595-961-974165
> >>> Greetings everyone, I was wondering where I could find information on the
> >>> status and possibilities of threads being included in PHP. Or if you are
> >>> knowledge-able on the status of threads, if it is a planned addition or
> >>> not
> >>> and the reasons as such. I understand PHP is
Instruct ICC wrote:
>>> Greetings everyone, I was wondering where I could find information on the
>>> status and possibilities of threads being included in PHP. Or if you are
>>> knowledge-able on the status of threads, if it is a planned addition or not
>>> and the reasons as such. I understand PH
>> Greetings everyone, I was wondering where I could find information on the
>> status and possibilities of threads being included in PHP. Or if you are
>> knowledge-able on the status of threads, if it is a planned addition or not
>> and the reasons as such. I understand PHP is not thread safe, t
Stéphane Boisvert wrote:
Greetings everyone, I was wondering where I could find information on the
status and possibilities of threads being included in PHP. Or if you are
knowledge-able on the status of threads, if it is a planned addition or not
and the reasons as such. I understand PHP is not
Greetings everyone, I was wondering where I could find information on the
status and possibilities of threads being included in PHP. Or if you are
knowledge-able on the status of threads, if it is a planned addition or not
and the reasons as such. I understand PHP is not thread safe, that the core
hi,
i'm looking for a methode to use threads in php (on linux)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hiya,
Perhaps I don't mean threads!
Basically I have a PHP script which is in a website, and runs when a
certain input is recieved and it is quite complicated, and may take quite a
time to finish, as it will be sending quite a few emails. The emails do not
have to be sent straight away, an
Hello all,
I wish to use threads or processes under Windows. Is there a known .DLL
that I can load and use to do the work in Windows? Any URI for details
and information is highly appreciated.
I know of PHP's internal Process Control functions, but they don't work
outside UNIX.
Thanks in advance
Nope
On Mon, 4 Nov 2002, Khalid El-Kary wrote:
> hi,
>
> i would like to ask about PHP threads support, is there any threads support,
> how powerful, please redirect me to the right place
>
> thanx
>
> khalid
>
> ___
hi,
i would like to ask about PHP threads support, is there any threads support,
how powerful, please redirect me to the right place
thanx
khalid
_
Unlimited Internet access -- and 2 months free! Try MSN.
http
I would like to know how many PHP page apache generates in one thread at the
same time.
For example, two clients share the same thread of the apache web server.
they request at the same time a php page. Does apache process them one by
one?
I use persistant database connections and I wonder, if o
pcntl extension. But only *nix.
Best regards,
Andrye Hristov
- Original Message -
From: "Gaylen Fraley" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, March 02, 2002 6:33 PM
Subject: [PHP] Threads and PHP
> Is it possible to use threads to p
Is it possible to use threads to perform an operation while another takes
place with PHP? I have a situation where a process calls the mail()
function and then must wait until that completes before going on to the next
step. What I would like to happen is that the mail() function is handled by
i
24 matches
Mail list logo