How to notify a Windows .net service from PHP on Linux?
Posted
by Louis Haußknecht
on Stack Overflow
See other posts from Stack Overflow
or by Louis Haußknecht
Published on 2010-06-14T20:03:02Z
Indexed on
2010/06/14
20:12 UTC
Read the original article
Hit count: 194
I'm writing a service in C# on Windows which should be triggert by an PHP driven web frontend, which runs on Linux.
Both processes share the same SQL Server 2005 database.
There is no messaging middleware available atm.
The PHP process inserts an row in a SQL Server table. The Windows process should read this entry and process it.
I have no experience in PHP, so what would you suggest to notify the Windows process?
© Stack Overflow or respective owner