Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • D dune-python
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 16
    • Issues 16
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • staging
  • dune-python
  • Merge requests
  • !99

WIP: HTTP builder

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Martin Nolte requested to merge feature/httpbuilder into master Nov 23, 2017
  • Overview 4
  • Commits 2
  • Pipelines 1
  • Changes 6

The HTTPBuilder uses a server process to do the actual compilation of the just-in-time compiled Python modules. For client-server communication, the established HTTP protocol is used.

Having a separate build process allows to run several Python programs using the same dune-py module. Any conflicts are managed by the single server process performing the actual build.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/httpbuilder