Re: Memory usage problem of twisted server

2010-01-21 Thread Dieter Maurer
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

Memory usage problem of twisted server

2010-01-20 Thread Victor Lin
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

Re: two html pages from twisted server

2009-09-29 Thread alex23
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&

two html pages from twisted server

2009-09-29 Thread Mikie
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

Re: twisted server

2009-06-15 Thread Jean-Paul Calderone
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

confused about publishing more than one class in twisted server.

2009-01-16 Thread Krishnakant
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

Re: Twisted server and protocol question

2006-08-28 Thread Simon Forman
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

Twisted server and protocol question

2006-08-28 Thread Benry
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