Automatic load-balancing for web requests #49
Labels
No Label
bug
change
check
Comp::Backend
Comp::Database
Comp::ICCC
Comp::Logging
Comp::Sessions
Comp::System
Comp::Users
enhancement
note
outdated
question
Ready2Test
security
todo
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Go/Ocean#49
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It would be possibly to transform any public web request (except the ICCC request) into an ICCC message and therefore, use the load-balancing of ICCC. The called web handler must wait for the answer, because the provided response stream. This feature would enable the user to use any of the Ocean servers as front load balancer and use the others as back-end workers.
Is it possibly to add this feature without breaking current apps? Maybe add this as an optional function!
changed the description