How to design application for scaling the application?

Posted by Muhammad on Programmers See other posts from Programmers or by Muhammad
Published on 2014-08-22T11:01:15Z Indexed on 2014/08/22 16:35 UTC
Read the original article Hit count: 375

I have one application which handles hardware events connected on the same computer's PCIe slots. The maximum number of PCIe slots on motherboard are two. I have utilized both slots. Now for scaling the application I need either more PCIe slots in same computer or I use another computer. So consider I am using another computer with same application and hardware connected on the PCIe Slots. Now my problem is that I want to design application over it which can access both computers hardware devices and does the process on it. The processed data should be send back to the respective PC's hardware. Please refer the attached diagram for expansion.

Expansion required to handle hardware events on single pc

© Programmers or respective owner

Related posts about design

Related posts about architecture