On Fri, November 11, 2005 4:57 am, tony yau wrote:
> I have a server process that sends fax,print, etc (both in C# and in
> Java).
> Currently it polls says the fax table in the database for any fax
> jobs.
>
> How can I get my PHP script to call or notify these services directly
> so not
> having to wait for the next poll.
> I can't open a socket to the server vai the PHP so what mechanism do I
> use?

Why can't you open a socket to the server?
http://php.net/fsockopen

If you really can't do that, then just make it poll more often, I
guess, so the wait time is insignificant.

-- 
Like Music?
http://l-i-e.com/artists.htm

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

Reply via email to