Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • senpy senpy
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 6
    • Issues 6
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1
    • Merge requests 1
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • senpysenpy
  • senpysenpy
  • Issues
  • #28
Closed
Open
Issue created Apr 10, 2017 by J. Fernando Sánchez@jfsanchezOwner

Fix issues with multiprocessing

Gevent conflicts with multiprocessing and threading.

We have already changed all gevent-dependent code everywhere but in __main__.py, because we need a production-ready WSGI server.

Some options are: tornado, uswgi and gunicorn. Unfortunately, if we go the uwsgi or gunicorn way we would need to use subprocess to start the server, or do without the command and simply a gunicorn script.

Assignee
Assign to
Time tracking