Re: [PHP] sending/notifying a server process

2005-11-11 Thread Richard Lynch
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

[PHP] sending/notifying a server process

2005-11-11 Thread tony yau
Hi All, 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 s