Hi!

Thanks all of you for your answers, especially to Dave Viner.  I will be
investigating on how to solve my problem.

Maybe someone of the core of PHP could point me on how to do mutual
exclusion because I've seen code like the following inside PHP (however I
don't know if I can use it):

tsrm_mutex_lock(tsmm_mutex);
...
tsrm_mutex_unlock(tsmm_mutex);

Anyway, I will analyze my problem using the information I have and the
answers I got.

Again, thanks for your answers on this topic.

Bye!

Braulio

"Melvyn Sopacua" <[EMAIL PROTECTED]> escribió en el mensaje
news:[EMAIL PROTECTED]
At 20:12 27-2-2003, Braulio José Solano Rojas wrote:

>I already know about this functionality, but as you know this is only for
>Unix.  And yes it matters if the semaphores are implemented in PHP since I
>need portability between different OSes. (I like Inter-Process
Comunication,
>I am sorry not to have it on win32).

You are? Well, then install it:
http://www.neuro.gatech.edu/users/cwilson/cygutils/cygipc/index.html


With kind regards,

Melvyn Sopacua
<?php include("not_reflecting_employers_views.txt"); ?>



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to