![]() |
|
|
|
|
|
|
2
4th November 10:02
External User
Posts: 1
|
I do not think you can do this...
Write your own inter-process language that sends out some kind of HTTP response that tells your .net client to do whatever it is you want it to do. Or, possibly, have the PHP script open up a socket http://php.net/sockets to the .net application, and send commands and data identifying itself sufficiently to make your .net application do what it's supposed to. Shared Memory is not for the faint of heart, but you'll still need some kind of back-n-forth to identify who's doing what, I think, so you might as well send the data with that... Though I guess you could have a sort of "global" shared memory and keep a running list of "to do" on there for the .net and PHP apps to manage... -- Some people have a "gift" link here. Know what I want? I want you to buy a CD from some indie artist. http://cdbaby.com/from/lynch Yeah, I get a buck. So? |
|