Question
Single request/response call to FMS
Right now I have a chat application built using FMS. My SSAS
is logging in and tracking connected users. The client has now
requested for there to be an indicator on their webpage informing
viewers how many people are currently logged into the chat.
Basically I just need to make a little widget that makes a single
call to the application and get a return value, the old fashioned
request/response way -- essentially like remoting. I could always
just connect and then disconnect as soon as I get a response, but
I'd like to know if there's a better way of doing this.
Thanks.
Thanks.
