[Twisted-Python] Simple http server to serve php

2013-02-26 Thread Logan 4u
Hi! First mail, and first look at this interesting framework that is twisted. I'm on a Linux Debian. Kindly need help to solve this issue, I've looked at documentation but I miss something. Need to get up a simple web server that will serve html and php pages. The html works but php show a wind

Re: [Twisted-Python] Unable to write to "stuck" TCP client connections

2013-02-26 Thread Itamar Turner-Trauring
On 02/24/2013 07:37 PM, Itamar Turner-Trauring wrote: > > > On Sun, Feb 24, 2013 at 7:22 PM, Wenxiang Wu > wrote: > > Hi, > > I am encountering a weird bug, where some TCP client connections > get into a state where the server is able to read data sent from >

Re: [Twisted-Python] combine local and remote calls in perspective brokers

2013-02-26 Thread Maxim Lacrima
Hi, It is fine to run both of sides within the same process, many test > suites in twisted do this. > I can be wrong, but tests often use `proto_helpers.StringTransport` to avoid spawning a new process and probably not intended for usage outside of tests. If it is the same process, why not to