c# - How to notify a Windows .net service from PHP on Linux? -


I am writing a service in C # on Windows that is triggered by the PHP based web frontend, which is Linux Runs on

Both processes share the same SQL Server 2005 database.

AMM is not available on any messaging medium.

The PHP process inserts a line into a SQL Server table. Windows processing should read this entry and process it.

If I have no experience with PHP, then what would you suggest to notify the Windows process?

  1. Hosted in the service of windows and.
  2. Type
  3. Write = "Text" Subscribe in PHP with the events occurring in the database and using them.

Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -