R
regine issan
Hello,
Recently I have been using web services, asp.net and wcf.
I realized there are certain questions related to all of these
technologies and I'm looking
for an experiment to find the answers to the questions below for all
the technlogies.
these answers could hrlp understanding required synchronization
mechanisems and perdormace affects.
ideas are wellcome.
questions:
- is there single or multiple of instance of my service when multiple
clients are running
- are the services running in parallel run on different threads within
the same process or within difference processes
- any guidlines for synchronization to protect the state of my service
when multiple clients are running ?
thanks
Recently I have been using web services, asp.net and wcf.
I realized there are certain questions related to all of these
technologies and I'm looking
for an experiment to find the answers to the questions below for all
the technlogies.
these answers could hrlp understanding required synchronization
mechanisems and perdormace affects.
ideas are wellcome.
questions:
- is there single or multiple of instance of my service when multiple
clients are running
- are the services running in parallel run on different threads within
the same process or within difference processes
- any guidlines for synchronization to protect the state of my service
when multiple clients are running ?
thanks