how can I design a good architechture for a Transaction Processing System?

Posted by ghedas on Stack Overflow See other posts from Stack Overflow or by ghedas
Published on 2010-04-03T11:23:55Z Indexed on 2010/04/03 11:33 UTC
Read the original article Hit count: 280

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.

© Stack Overflow or respective owner

Related posts about software

Related posts about architecture