Re: Callbacks and stuff

2000-01-01 Thread Rob Browning
Christopher Browne <[EMAIL PROTECTED]> writes: > I was reviewing the contents of /usr/include/glib.h over the > holidays to see what interesting data structure abstractions GLIB > (which underlies GTK) provides. Now that glib is independent of gtk and gnome, then relying on its features when the

Re: Callbacks and stuff

1999-12-31 Thread Derek Atkins
[EMAIL PROTECTED] writes: > I hate to raise that CORBA spectre again, but if we don't use corba, then > how do we get multiple users accessing the same data over the net? > I point out thqat CORBA has an event notification channel... Corba is just one method of implementing this. There are many

Re: Callbacks and stuff

1999-12-30 Thread linas
It's been rumoured that Christopher Browne said: > > On Tue, 28 Dec 1999 14:41:01 PST, the world broke into rejoicing as > Dave Peticolas <[EMAIL PROTECTED]> said: > > > Perhaps we need a more distributed-data model? Whenever you have an > > > account 'open', you register a callback with the 'd

Callbacks and stuff

1999-12-28 Thread Christopher Browne
On Tue, 28 Dec 1999 14:41:01 PST, the world broke into rejoicing as Dave Peticolas <[EMAIL PROTECTED]> said: > > Perhaps we need a more distributed-data model? Whenever you have an > > account 'open', you register a callback with the 'data store'. Then, > > whenever someone modifies the data st