"Robert Rawlins - Think Blue" <[EMAIL PROTECTED]> top posted:
>Also Hendrik,
>
>I should probably mention that the second application is a constant running
>application, it's nothing something that can just be 'started' by the first
>one, its running non-stop and just needs data passed into it re
En Mon, 16 Jul 2007 06:04:07 -0300, Robert Rawlins - Think Blue
<[EMAIL PROTECTED]> escribió:
> Now we may be able to avoid this if there is some type of file watcher
> function available in python, my second application could then just watch
> the XML file and as soon as a new one is available
heard of?
Thanks,
Rob
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
On Behalf Of Hendrik van Rooyen
Sent: 16 July 2007 07:29
To: python-list@python.org
Subject: Re: Access Object From 2 Applications or Fix Scheduler
Robert Rawlins - Think Blue wrote:
>Hello Guys,
Guys,
Rob
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
On Behalf Of Hendrik van Rooyen
Sent: 16 July 2007 07:29
To: python-list@python.org
Subject: Re: Access Object From 2 Applications or Fix Scheduler
Robert Rawlins - Think Blue wrote:
>Hello Guys,
>
Robert Rawlins - Think Blue wrote:
>Hello Guys,
>
>I have two applications which I need to get talking and sharing an object, what
s the best way to do this? Basically my >first application parses an XML
document into a bunch of lists and tuples etc, and I need to access the data in
these list
Hello Guys,
I have two applications which I need to get talking and sharing an object,
what's the best way to do this? Basically my first application parses an XML
document into a bunch of lists and tuples etc, and I need to access the data
in these lists and tuples from my second application.