Re: [linux-audio-dev] App intercomunication issues, some views.

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-dev] App intercomunication issues, some views.
From: Taybin Rutkin (trutkin_AT_physics.clarku.edu)
Date: Tue Jul 23 2002 - 06:14:58 EEST


On Mon, 22 Jul 2002, Juan Linietsky wrote:

> -Saving current status of the apps, files open, data, etc, into a file
> you choose, or even
> be smart enough to tell your apps "save all your stuff here in this
> dir" and it does a nice tar.gz
> with your project in case you want to backup it.
> -Loading current status of the apps, from just telling them filenames,
> or just giving it the files.
> -Managing priorities. Certain apps have to be loaded or configured
> before or after others since some of them will be responsable of
> restoring all the interconnection stuff

Okay. Thanks. Hmm. The first and second part can be done with the
x-session API, which manages more then just window placement.

For those of you who didn't glance over the API, it lets you setup
callback functions that are called at certain events: session ending,
session starting up, save the session, etc. The content of the functions
is left to the application writer.

The part about managing priorities suggests that an extension of the
x-session API would be required. So maybe a new project is needed, but it
would make sense to see what's been done in this area before.

Taybin


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Tue Jul 23 2002 - 06:34:21 EEST