Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • S snf-ganeti
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • 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
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • itmineduitminedu
  • snf-ganeti
  • Repository
Switch branch/tag
  • snf-ganeti
  • src
  • Ganeti
  • Rpc.hs
Find file BlameHistoryPermalink
  • Iustin Pop's avatar
    Switch the RPC module over to the multi interface · 8920fa09
    Iustin Pop authored Feb 20, 2013
    
    
    This replaces the very-basic parMap of IO actions (fully serialised,
    as parMap won't work here), to the multi interface.
    
    This makes a simple "time gnt-node list" on a 6-node cluster go from
    3.2s to ~0.9s, and allows even better parallelisation - before,
    curlGetString was blocking, whereas the new interface does allow some
    interleaving.
    
    Signed-off-by: default avatarIustin Pop <iustin@google.com>
    Reviewed-by: default avatarMichele Tartara <mtartara@google.com>
    8920fa09