Opened at 2016-08-28T06:57:49Z
#2812 new task
replace Twistd plugins with new `twist` tool
Reported by: | warner | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | code | Version: | 1.11.0 |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
Twisted-16.4.0 was just released, and includes a command-line tool named twist (to replace the previous twistd). The internals of this tool appear to be better suited for running programmatically. We currently use an awkward fake plugin to use the twistd functionality inside tahoe start.
This ticket is to investigate whether we can simplify that module by using twist (specifically twisted.application.twist._twist.Twist) instead of twistd. Note that twist may be entirely internal, and thus off-limits for non-Twisted code to depend upon, in which case we'll have to close this ticket as a WONTFIX.
Note: See
TracTickets for help on using
tickets.