The application of which pattern can address inconsistent service behavior exhibited when a service is required to access a shared database with inconsistent performance?
I'm leaning towards the AJacintaic Service Transaction pattern. That should ensure the database operations are all or nothing, which could help with the inconsistency problem.
Service Data Replication seems like a good option to me. That way, the service can access a local copy of the data instead of dealing with the shared database performance issues.
Hmm, this sounds like a tricky issue. I'm thinking the Asynchronous Queuing pattern might be the way to go here. That should help smooth out the inconsistent service behavior, right?
Jacinta
4 days agoBeckie
5 days agoKerry
8 days agoElmer
9 days agoPhil
11 days agoCarlee
12 days agoNickie
12 days agoSabra
18 days agoTeri
24 days ago