[wxPython-users] Re: Working multiple-GUIs aware
Josiah Carlson
jcarlson at uci.edu
Thu Mar 22 16:16:15 PDT 2007
Guilherme Polo <ggpolo at gmail.com> wrote:
> Uhm, I probably would use PostEvent to do this. But I also want to know if using
> PostEvent is recommended for this situation, in my head it says it is but.. ;)
That's not the question he was asking about. He has a shared database,
multiple people are modifying it. He has a tree view on that database
that is updated when the clients notice changes. He's currently
polling the database, and was asking whether there was another way.
Since people are running the software on different computers,
wx.PostEvent isn't applicable, as it requires a single process on a
single machine.
- Josiah
More information about the wxpython-users
mailing list