Hi,
Does anyone know if exposing a process as a web service and running another process (on a scheduler) on the same resource would cause any problems?
I've currently got a process (call it process1) exposed as a web service on one resource, and on another resource I'm running a different process (process2). It seems a bit of a waste having one resource just sitting there listening for new requests to come through, so had an idea of placing both processes on the one resource. However, I'm not sure if this will cause any problems to either process.
For example, if process2 is working on something, and a new request comes through on process1, would the request be blocked because the Resource is currently being utilised?