Hi Jean-Daniel,
In the future, please ask Storm-related questions on the Storm mailing
list [1] or in #storm on Freenode.
On Wed, Mar 16, 2011 at 8:55 PM, Jean-Daniel
wrote:
> I writing a script parsing a large log file and shoveling it into Postgresql.
For what it's worth, using live objects f
Hi Facundo,
On Tue, Mar 15, 2011 at 3:57 PM, Facundo Batista
wrote:
> So, I propose to stick to the same method names than Python; this way
> we'll be more consistent and easy to learn than keep providing all
> variants.
>
> In concrete, I say that we should:
>
> - Deprecate those names that are
Thanks Drew
Yes, you spotted an error in my email, which is not replicated in my code.
ie My AdapterQueue in the code inherits from Service. It in turn is a
service of a parent which *is* a MultiService instance.
The tests are Integration tests, not unit tests, and as such run up an
instance of o
Hello,
I writing a script parsing a large log file and shoveling it into Postgresql.
1. I would like to read some codes examples using the twisted + storm
integration, any idea of where to look?
Also. I was thinking about modeling a line of logs with a namedtuple,
because it is handy to create o
On Tue, Mar 15, 2011 at 9:55 PM, Brad Milne
wrote:
> Hi
> I have a series of MultiService objects, with child Services. Some of these
> services are TCPServers, for example, and others are my own objects
> (extending from Service).
> In the instance that I have a Service which controls a LoopingCa