Ticket #3538 enhancement new
It'd be nice to be able to use a .tac file and a plugin at the same time
| Reported by: | radix | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | core | Keywords: | twistd |
| Cc: | msteder | Branch: | |
| Author: | Launchpad Bug: |
Description
.tacs and plugins have complementary features:
- tac files specify and configure the application;
- plugins specify and configure services which will be added to the application.
Therefore, I propose that 'twistd -y conf.tac web' should function such that 'conf.tac' be used to create and configure the application while the service that the 'web' plugin returns be added to it.
Right now, it seems that such a command line simply ignores the 'conf.tac' file, and does not evaluate it at all.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

