Re: [Twisted-Python] Use of 'twistd' utility with command-line arguments

2009-10-02 Thread Glyph Lefkowitz
On Fri, Oct 2, 2009 at 12:14 PM, Valeriy Pogrebitskiy wrote: > Something can be done about that. One possible approach could be to use two > argument lists (one - 'twistd' arguments, second - application's arguments) > and enforce following rule(s): > As Jean-Paul mentioned, there is a ticket wh

Re: [Twisted-Python] Use of 'twistd' utility with command-line arguments

2009-10-02 Thread exarkun
On 04:14 pm, vpogr...@verizon.net wrote: >Thank you! > >I still disagree with the following statement: >>While this is a reasonable expectation, twistd does quite a lot and >>it wouldn't be quite right to pass on all the arguments in a flat >>list the way Python does. > >Something can be done abo

Re: [Twisted-Python] Use of 'twistd' utility with command-line arguments

2009-10-02 Thread Steve Steiner (listsin)
On Oct 2, 2009, at 12:14 PM, Valeriy Pogrebitskiy wrote: I suggest that Twisted dev. team looks into implementing this... Since we're telling other people how to spend their time...I suggest that you supply a patch. Thanks, S ___ Twisted-Pytho

Re: [Twisted-Python] Use of 'twistd' utility with command-line arguments

2009-10-02 Thread Valeriy Pogrebitskiy
Thank you! I still disagree with the following statement: While this is a reasonable expectation, twistd does quite a lot and it wouldn't be quite right to pass on all the arguments in a flat list the way Python does. Something can be done about that. One possible approach could be to us

Re: [Twisted-Python] Use of 'twistd' utility with command-line arguments

2009-10-01 Thread Itamar Turner-Trauring
> I came across some problem using 'twistd' utility - that I would not > have expected from it. The problem is - using 'twistd' to start > application that requires command-line arguments. In other words, I > would expect that 'twistd' passes command-line arguments to Python > application - just as

Re: [Twisted-Python] Use of 'twistd' utility with command-line arguments

2009-10-01 Thread Glyph Lefkowitz
On Thu, Oct 1, 2009 at 2:17 PM, Valeriy Pogrebitskiy wrote: > I came across some problem using 'twistd' utility - that I would not have > expected from it. The problem is - using 'twistd' to start application that > requires command-line arguments. In other words, I would expect that > 'twistd' pa

[Twisted-Python] Use of 'twistd' utility with command-line arguments

2009-10-01 Thread Valeriy Pogrebitskiy
I came across some problem using 'twistd' utility - that I would not have expected from it. The problem is - using 'twistd' to start application that requires command-line arguments. In other words, I would expect that 'twistd' passes command-line arguments to Python application - just as P