Hacker News new | ask | show | jobs
by zachrose 2648 days ago
At first glance I thought the "resources" here might be Uber drivers, which would be interesting.

Is this thing/Apache Mesos abstract enough to allow for such a use?

2 comments

The best thing I can think of that fits what you're asking is an Actor framework (which abstracts the compute and message passing between objects for you).

Think Akka or New Orleans, etc.

Me too. Is anyone aware of such an open-source project?