Have you ever built a highly scalable software?

If you've ever built a highly scalable software, share the details with us. I wish to know what are the typical design/architectural considerations you've made to make your software scalable.

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • shalini_goel14

    shalini_goel14

    @shalini-goel14-ASmC2J May 31, 2009

    I guess it varies from software to software. Multithreading features support multiple users if your software is related to networking. Partitioning or can call modularization also makes a software scalable to a big extent. Keeping generalization maintained in the starting only also gives high chances of scalability.

    PS: Feel free to correct if wrong. 😀

  • MaRo

    MaRo

    @maro-Ce3knx Jun 1, 2009

    Mainly in my experience, well designed architecture & using DLLs maintains high overall scalabilty.

  • shalini_goel14

    shalini_goel14

    @shalini-goel14-ASmC2J Jun 1, 2009

    MaRousing DLLs maintains high overall scalabilty.

    How? Please explain.