Re: [Twisted-Python] Question about using the adbapi

2011-05-09 Thread Pandelis Theodosiou
of values arrives, send a query (or stored procedure) that tells the database to check and "INSERT" only if the pair is different that the latest. Pandelis Theodosiou On Mon, May 9, 2011 at 1:50 PM, Albert Brandl wrote: > Hi! > > In the application I'm currently working o

Re: [Twisted-Python] UDP Logging Server

2011-03-13 Thread Pandelis Theodosiou
On Sun, Mar 13, 2011 at 3:15 AM, Tim Allen wrote: > On Sat, Mar 12, 2011 at 02:33:45PM +0200, Pandelis Theodosiou wrote: > > On Sat, Mar 12, 2011 at 3:32 AM, Tim Allen wrote: > > > Of course, if you flush after every disk read, your program will run > > > a bit mo

Re: [Twisted-Python] UDP Logging Server

2011-03-12 Thread Pandelis Theodosiou
On Sat, Mar 12, 2011 at 3:32 AM, Tim Allen wrote: > On Fri, Mar 11, 2011 at 01:15:47PM -0600, SIC FS LIST wrote: > > So far I have a "working" implementation ... but I'm noticing that if I > do > > the following: > > -- log when a message is received > > -- that for that message it "might" show u

[Twisted-Python] Amazon AWS, Google app engine and Twisted

2011-01-08 Thread Pandelis Theodosiou
This may be a dumb question but I'll make it anyway: Is it possible to use Amazon AWS or Google app engine as a hosting envirorment for a Twisted application? Pandelis ___ Twisted-Pyth

Re: [Twisted-Python] multicast

2011-01-04 Thread Pandelis Theodosiou
On Thu, Dec 16, 2010 at 6:47 PM, Andrew Gasson wrote: > > On 16/12/2010, at 5:10 PM, exar...@twistedmatrix.com wrote: > > > On 03:59 pm, ita...@itamarst.org wrote: > >> On Thu, 2010-12-16 at 12:09 +0200, Pandelis Theodosiou wrote: > >>> > >>> I

Re: [Twisted-Python] multicast

2010-12-16 Thread Pandelis Theodosiou
On Thu, Dec 16, 2010 at 2:06 AM, Itamar Turner-Trauring wrote: > On Wed, 2010-12-15 at 18:07 +0200, Pandelis Theodosiou wrote: > > I'm trying to make a Multicast client. > > > > I've tried the simple script found in: > > http://twistedmatrix.com/docum

[Twisted-Python] multicast

2010-12-15 Thread Pandelis Theodosiou
I'm trying to make a Multicast client. I've tried the simple script found in: http://twistedmatrix.com/documents/10.1.0/core/howto/udp.html#auto3 While it shows no errors, it doesn't receive any data. How can I check what the problem is? It runs on a Debian 64-bit machine where I've installed Pyt