Opened 5 years ago
Last modified 16 months ago
#1591 assigned task
signals SA_RESTART siginterrupt etc
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | future |
Component: | network | Version: | trunk |
Keywords: | Cc: |
Description (last modified by )
Just a collection of links that may be relevant when fixing the settimeout weirdness we have between the core server class, the proxy and platform variants:
Network ticket tracker: #1590
Change History (3)
comment:1 Changed 5 years ago by
Milestone: | 2.2 → future |
---|
comment:2 Changed 3 years ago by
Description: | modified (diff) |
---|---|
Status: | new → assigned |
comment:3 Changed 16 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1591
Note: See
TracTickets for help on using
tickets.
Having re-read the links, I don't think there is any action needed, at least not now.
We have our own multi-platform
untilConcludes
wrapper for IO (see browser/xpra/trunk/src/xpra/net/bytestreams.py).We might be able to use signal.siginterrupt on Posix, but we would still need the wrapper for win32.