three-tier-multithreaded-architecture

a multithreaded architecture for servers that should be scalable (by samsquire)

Three-tier-multithreaded-architecture Alternatives

Similar projects and alternatives to three-tier-multithreaded-architecture

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better three-tier-multithreaded-architecture alternative or higher similarity.

three-tier-multithreaded-architecture reviews and mentions

Posts with mentions or reviews of three-tier-multithreaded-architecture. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-25.
  • Unpacking Elixir: Concurrency
    9 projects | news.ycombinator.com | 25 Aug 2023
    https://github.com/samsquire/three-tier-multithreaded-archit...

    You could implement complicated interlocking workflows with this syntax, because you just need to wait for events as defined.

    LMAX Disruptor gets some good requests per second

  • A steering council note about making the global
    3 projects | news.ycombinator.com | 29 Jul 2023
    Thank you so much Python core developers and steering council. Python is one of my favourite languages along with Java and C.

    I greatly welcome true multithreading in Python.

    I use both multiprocessing and multithreading in Python. See [0] for my multiprocessing example and python Threads for IO heavy tasks in [1]. But it would be far more efficient to use true threads.

    Threads can communicate any amount of data in a single atomic almost instant operation. Using the local loopback interface or multiprocessing or pipes, this is not possible.

    I am working on a multithreading architecture I call three tier multithreading architecture

    https://github.com/samsquire/three-tier-multithreaded-archit...

    My goal is extremely scalable and performant servers but Python is probably the wrong job for that.

    [0]: https://news.ycombinator.com/item?id=36897054 (my description of my use of multiprocessing)

  • Threads and Goroutines
    4 projects | news.ycombinator.com | 24 Jul 2023
    * Lockfree Ringbuffers are used by CPU threads and lightweight threads to communicate.

    I invite feedback and comments: https://github.com/samsquire/three-tier-multithreaded-archit...

  • A note from our sponsor - SaaSHub
    www.saashub.com | 29 Apr 2024
    SaaSHub helps you find the best software and product alternatives Learn more →