Managing the Service Instance Life Cycle (13%)
Manage service instances.
This objective may include but is not limited to: per call: per session; single; code and configuration; activation and deactivation; durable services; throttling
http://msdn.microsoft.com/en-us/magazine/cc163590.aspx
Manage sessions.
This objective may include but is not limited to: code and configuration; session management attributes; throttling; reliable sessions; transport-level and application-level sessions; invoking a callback contract.
Implement transactions.
This objective may include but is not limited to: distributed transactions; transactional queues; transaction flow; configuring transaction binding attributes; WS-AtomicTransaction (WS-AT); transactional behavior attributes at the service and operation level; using transactions in code.
Manage concurrency.
This objective may include but is not limited to: single, multiple, and reentrant concurrency modes; SynchronizationContext and CallbackBehaviorThis objective does not include: deadlocks and other mutithreading issues
Reentrant
Manage consistency between instances, sessions, transactions, and concurrency
This objective may include but is not limited to: possible combinations between instances, sessions, transactions, and concurrency (for example, instance mode single with concurrency mode multiple)
0 comentarios: