Interacting betweens web application and console application

Hi, i am doing a project about stock game. I have a web application let user sell order or buy order stock and a console that check if the time now is on time to process and take out price. Is there anyway to let the console app ask the web app for halting some web pages (order web page,...) while it's processing and then give a message to web app that the process finished to let those web pages work again?
Thanks!
[428 byte] By [blue_skye] at [2007-11-19 10:42:45]
# 1 Re: Interacting betweens web application and console application
You could do it the other way around, making your web application ask your console application (using named pipes, socket etc.) if it's okay to show the order page.

- petter
wildfrog at 2007-11-9 11:47:30 >