Giter Site home page Giter Site logo

Comments (12)

jordens avatar jordens commented on August 19, 2024

I had a look at how this could be done a while ago. Doing this the "right" way, that is within tulip/asyncio is close to impossible. The common denominator event loop for qt/quamash/tulip is the Proactor/IOCP stuff.

That said: The "inj" part should be work-around-able. The name lookup can be done asyncio-style and then sending udp through a regular socket is non-blocking. The "mon" part is a bit harder. Delegating moninj to a slave process/thread that translates udp to stdout/stdin might be ok.

from artiq.

sbourdeauducq avatar sbourdeauducq commented on August 19, 2024

Did you have a look at how exactly Microsoft (or whoever is responsible) messed up IOCP/proactor enough for UDP to be that difficult?

from artiq.

jordens avatar jordens commented on August 19, 2024

IOCP-UDP seems to have zero users in general. The best pointers that I have are that one would have to marry something like this: http://members.gamedev.net/edxLabs/network/WHSPSUSUIOCP.zip with this: https://github.com/python/asyncio/blob/master/overlapped.c

from artiq.

sbourdeauducq avatar sbourdeauducq commented on August 19, 2024

84b0760 disables moninj on windows so the GUI should at least start.

from artiq.

sbourdeauducq avatar sbourdeauducq commented on August 19, 2024

If we use UDP for logging, we're going to need that as well in the master and the controller manager. They also need to use ProactorEventLoop due to their use of subprocesses.

from artiq.

sbourdeauducq avatar sbourdeauducq commented on August 19, 2024

There is an existing issue in the Python tracker:
https://bugs.python.org/issue23295

from artiq.

sbourdeauducq avatar sbourdeauducq commented on August 19, 2024

@jordens Who wants this in 1.0?

from artiq.

sbourdeauducq avatar sbourdeauducq commented on August 19, 2024

This will require a Python patch, which from past experience with multibind takes 10 months to merge + make it to anaconda.

from artiq.

whitequark avatar whitequark commented on August 19, 2024

@sbourdeauducq You are OK with shipping modified Qt, but not modified Python? Python is way easier to build and distribute.

from artiq.

sbourdeauducq avatar sbourdeauducq commented on August 19, 2024

I don't like either, but the Qt bugs consistently produced ugly display artifacts whereas this Python issue only reduces the features available on Windows. The Qt bugfixes should go directly upstream, we have the workarounds in place in the meantime.

from artiq.

jordens avatar jordens commented on August 19, 2024

@sbourdeauducq I put this into the 1.0 milestone because this is severely limiting the usability of the GUI on windows. The latter would be something we want for 1.0.

from artiq.

sbourdeauducq avatar sbourdeauducq commented on August 19, 2024

Done with threads. Slightly hacky, but we should end up rewriting this with TCP at some point anyway.

from artiq.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.