Top "Event-based-programming" questions

Event-based-programming is a coding style which components born with high cohesion and communicate to each other by sending messages through Events and Delegates.

What's the difference between: Asynchronous, Non-Blocking, Event-Base architectures?

What's the difference between: Asynchronous, Non-Blocking, and Event-base architectures? Can something be both asynchronous and non-blocking (and event-based)? What's most …

programming-languages asynchronous blocking nonblocking event-based-programming
Using Amazon SQS with multiple consumers

I have a service-based application that uses Amazon SQS with multiple queues and multiple consumers. I am doing this so …

amazon-web-services amazon-sqs microservices event-based-programming
Why is the Apache Event MPM Performing Poorly?

The Event MPM is not exactly the same design as Nginx, but was clearly designed to make keepalives more tenable …

apache asynchronous nginx php event-based-programming