how can I design a good architechture for a Transaction Processing System?
- by ghedas
I have a project that must design an architecture for it. This project is a something like a
Transaction Processing system and I need to know something like this:
when and where I must use synchronous and asynchronous relations between its components?
If always I use synchronous relations, the amount of messages maybe become exceeded and makes problem for TP system, and on the other hand synchronous relations make lots of delay, I think a mixture of them
is required!
If other parameters required to considering please help me!
the most nonfunctional requirements of this project are performance and availability of it.
I need useful materials and suggestions for it.