Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • vlbi_monitor vlbi_monitor
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 26
    • Issues 26
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • radiolab
  • vlbi_monitorvlbi_monitor
  • Issues
  • #23

Closed
Open
Created Apr 11, 2016 by Harm Munk@harmmOwner

Separate reception of records and display of record data

Form an email from Pim Schellart:

This links back to a discussion we had a while back. How much client infrastructure do we want to support? We could make clients keep a backlog of things to send and then resend them once the server comes back online. But that would involve writing an actual client implementation. Something that Thomas now seems to be doing. And once you go down that path it doesn’t take long before we end up saying to observatories: “in order to work with our system you will need to install this massive software package / framework and do things `our way’” which is exactly what we want to avoid. Unfortunately staying light weight on the client side means staying light on features as well.

Actually one elegant way of handling this would be to have the server consist of two parts. One that receives RPC requests (without knowing much about them) puts them in a queue and forwards them. And the other being the actual server with all the logic. Then we can bring the latter part down for upgrades while still receiving client connections.

Of course then the website will appear unresponsive to users sending metadata (i.e. they don’t see their stuff coming online) but for a short restart that should be ok.

Assignee
Assign to
Time tracking