Hi!
I'm building a web service that need a internal state. This is needed because the web service will start a legacy program that takes input from a prompt. This is my calls:


int threadId : runProg( String args )
void sendInput( threadId, String args)
String getResult( threadId)

Have read that web service has to be state-less. Why is that?
Unfortunately I have no choice here because I cant rewrite the legacy application.


Thanks in advance

/Kalle

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/




Reply via email to