Error checking in actor-based paradigm
I have an existing Scala application that I am trying to refactor in order to use Akka. One of the problems I have is how to manage error-checking in actor-based applications.
Using akka actors with service spring beans
Do you think that using akka actors in front of transactional service beans, is a good idea ?
Which parallel pattern to use?
I need to write a server application that fetches mails from different mail servers/mailboxes and then needs to process/analyze these mails.
Traditionally, I would do this multi-threaded, launching a thread for fetching mails (or maybe one per mailbox) and then process the mails.
Split actor model logic into modules
I’m starting a project using .NET and Microsoft Orleans, running on Kubernetes. The main reason I chose Orleans is that I have a system that deals with accounts. There can be millions of accounts, but only thousands will be active at any given time, with occasional peaks of tens of thousands. I need the system to scale during these peaks. I also need to ensure that only one operation can be performed on an account at a time to avoid concurrency issues.
Actors in a sequential protocol handshake
I am new to actors and trying to implement a very sequential protocol handshake (over websockets). This is in Scala/Akka.
Use Case Diagram. Can a system be its own actor?
Hello I got the definition below for an actor. That means the system cannot be an actor to itself. I was wondering what if the system is supposed to display certain elements on a screeen. In that case would the system be its own actor in the system? Probably not . Then how would I present that in a use case diagram ?
Use Case Diagram. Can a system be its own actor?
Hello I got the definition below for an actor. That means the system cannot be an actor to itself. I was wondering what if the system is supposed to display certain elements on a screeen. In that case would the system be its own actor in the system? Probably not . Then how would I present that in a use case diagram ?
Is Erlang really an actor model language?
I was reading this article:
Is Erlang really an actor model language?
I was reading this article:
Is Erlang really an actor model language?
I was reading this article: