Thanks Richard,

the server app was in another box from the database and we thought there may
be security issues behind the router etc.
we have now put the server app in the same box as the database and will use
php UDP to notify the app.

thanks for your help

Tony

"Richard Lynch" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> 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
>
>

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

Reply via email to