[Twisted-Python] [Q] multi-process chat client and poller

2009-01-02 Thread V S P
ox architecutre of how the Twisted chart server is working, because I thought I need to understand the above first. So wanted to ask you guys if I am looking for the right documentation or may be there is a separate sub-project that is doing what I am looking for. thanks in

Re: [Twisted-Python] [Q] multi-process chat client and poller

2009-01-03 Thread V S P
14:48 -0800, "Cary Hull" said: > Take a look at ampoule: > https://launchpad.net/ampoule > > On Fri, Jan 2, 2009 at 2:35 PM, V S P wrote: > > Hi, > > I am in the process of evaluating a tool for the newtorking architecture > > I need. And wanted to ask the group

[Twisted-Python] [Q] Naming Service for Twisted Servers

2009-01-09 Thread V S P
nchronious event dispatching can be done in some round-robin to available twisted servers thank you in advance -- V S P torea...@fastmail.fm -- http://www.fastmail.fm - And now for something completely different┘ ___ Twisted-Python mailing li

Re: [Twisted-Python] [Q] Naming Service for Twisted Servers

2009-01-09 Thread V S P
ou again. On Fri, 9 Jan 2009 22:29:22 -0500, "Jarrod Roberson" said: > 2009/1/9 V S P > > > Hi, > > I am sorry I am reasking the same question I asked before > > (but I did not get any replies) > > > > Basically wanted to know -- for running Twisted

Re: [Twisted-Python] [Q] Naming Service for Twisted Servers

2009-01-11 Thread V S P
ogram to what > you > have described, only each agent would connect to the Queue to get their > data > to work on. However, I think something like Apache ActiveMQ or AmazonSQS > would be a better approach. > > =Don > > 2009/1/9 V S P > > > Thank you for the replies

Re: [Twisted-Python] [Q] Naming Service for Twisted Servers

2009-01-11 Thread V S P
t) virtual machine and garbage collector. Vlad -- V S P torea...@fastmail.fm -- http://www.fastmail.fm - Faster than the air-speed velocity of an unladen european swallow ___ Twisted-Python mailing list Twisted

Re: [Twisted-Python] [Q] multi-process chat client and poller

2009-01-13 Thread V S P
). But may be it is single-machine/single-thread process only (I just did not know). thanks, Vlad On Sun, 11 Jan 2009 22:56:48 -0800, "Valentino Volonghi" said: > > On Jan 3, 2009, at 2:32 PM, V S P wrote: > > > Thank you so much > > Yes, this plugin is

Re: [Twisted-Python] [Q] multi-process chat client and poller

2009-01-13 Thread V S P
ers... is there connection pooling there/etc. Also may be there gottchas there I do not even think of now. Anyways, this is not twisted specific... just wanted to explain why I was looking. On Tue, 13 Jan 2009 20:42:24 -0500, "Drew Smathers" said: > On Tue, Jan 13, 2009 at 4:11 PM

[Twisted-Python] django with twisted 8.2.x: 2009

2009-01-14 Thread V S P
ate a 'resource' global. But basically, I do not think I am going right way about it, therefore decided to stop and ask. thanks in advance -- V S P torea...@fastmail.fm -- http://www.fastmail.fm - mmm... Fastmail... ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] django with twisted 8.2.x: 2009

2009-01-14 Thread V S P
_web.py is and run python.exe \Lib\site-packages\django\bin\django-admin.py startproject mytestproj 5) execute python.exe wsgi_web.py 6) from your browser http://localhost:8080 should give you the django page. that's it, Vlad On Wed, 14 Jan 2009 18:00:01 -0500, "Jean-Pau

Re: [Twisted-Python] django with twisted 8.2.x: 2009

2009-01-15 Thread V S P
clemesha.org > > ___ > Twisted-Python mailing list > Twisted-Python@twistedmatrix.com > http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python -- V S P torea...@fastmail.fm -- http://www.fastmail.fm - Access all of your mes

Re: [Twisted-Python] New C++ implementation of Deferreds

2009-01-30 Thread V S P
ments anyone has about the > design and/or implementation approach. The code is available at: > > http://deferred.svn.sourceforge.net/viewvc/deferred/ > > Cheers, > > Tom -- V S P torea...@fastmail.fm -- http://www.fastmail.fm - Accessible with your email software

[Twisted-Python] [Q] twisted in a 'non-main' thread

2009-07-16 Thread V S P
Hello I am 'contemplating' two uses of twisted a) from within OmniORB, twisted as wsgi server b) for Python QT application >From omni Orb, I wanted to give the 'main' thread to Omni Python runtime system (so that it can receive corba messages) on the other hand, I wanted twisted to listen on