Victor Lin writes on Wed, 20 Jan 2010 02:52:25 -0800 (PST):
> Hi,
>
> I encountered an increasing memory usage problem of my twisted server.
> I have posted a question on stackoverflow:
> http://stackoverflow.com/questions/2100192/how-to-find-the-source-of-increasing-memory-usa
Hi,
I encountered an increasing memory usage problem of my twisted server.
I have posted a question on stackoverflow:
http://stackoverflow.com/questions/2100192/how-to-find-the-source-of-increasing-memory-usage-of-a-twisted-server
I have read the article "Improving Python's Memory
On Sep 30, 1:30 am, Mikie wrote:
> Could soneone show me a simple example of a twisted server that loads
> 2 html pages
>
> www..com:7899/page1/
> www..com:7899/page2/
>
> Thanx
Hey Mikie,
Jp Calderone has been writing a very handy 'Twisted Web in 60 seconds&
Could soneone show me a simple example of a twisted server that loads
2 html pages
www..com:7899/page1/
www..com:7899/page2/
Thanx
--
http://mail.python.org/mailman/listinfo/python-list
On Mon, 15 Jun 2009 10:02:54 -0700 (PDT), Mikie
wrote:
I am setting up a simple twisted server looks like this
[snip]
I would like to have an image loaded in the html page, but when I use
the port is inserted and the image will not
load. Is there a way to load the image?
This isn
hello,
I am writing a twisted based rpc service where I am implementing a
complete application as a service.
I have many modules which make a package. Now when we publish a service
in twisted, we have to create one instance of a certain class and then
publish it with the help of reactor.
but in my
Benry wrote:
> Hi guys. I hope I can discuss Twisted here. If not, direct me to the
> correct place please.
Twisted mailing list:
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
;-)
~Simon
--
http://mail.python.org/mailman/listinfo/python-list
Hi guys. I hope I can discuss Twisted here. If not, direct me to the
correct place please.
My question(s):
I'm working on a custom network protocol (application layer in TCP/IP
model) for a custom network. Please don't try to talk me out of this.
I'm limiting many of the other protocols, becaus