-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
continuous issue : new ideas #619
Comments
|
Sure. I've updated, It is a list of possible ideas, so any idea is welcome |
Well, the actor/virtual actor, is something that i think is realllllly awesome!! Check this out: https://www.erlang-solutions.com/blog/heres-why-you-should-build-scalable-and-concurrent-applications-with-elixir/ At now, I'm using a lot at my current job, but, im using this framework, since here where are work, we use mainly c# https://github.com/asynkron/protoactor-dotnet Just to give a sample to you, i have developed a polling system, where each cell phone makes a request to this system every 5s + ack request if there is some message to the cellphone... Per hour, this system handle about of 2 milion requests But, to have an actor model, async/await, sockets, switchs, tasks and some other stuffs from this issue, is necessary |
Attributes for classes, methods and properties |
They are already supported: see testCase / info for classes / functions, dto_prop / info for properties. |
Oh, ok! |
The text was updated successfully, but these errors were encountered: