4 messages in com.googlegroups.google-gearsShare local files and DBs between users
FromSent OnAttachments
Thomas Recloux18 Jul 2007 07:37 
Scott Hess18 Jul 2007 07:51 
Jason Essington18 Jul 2007 07:56 
Thomas Recloux18 Jul 2007 08:28 
Subject:Share local files and DBs between users
From:Thomas Recloux (thom@gmail.com)
Date:07/18/2007 07:37:16 AM
List:com.googlegroups.google-gears

Hi,

I'm designing an offline mode for a production web application. The goal is to provide a small and lightweight application in case of a big network failure.

Gears seems to be a good solution because the offline application could be downloaded and updated when using the online application.

My problem is that users are not always using the same computer. Therefore users must use the application online before the failure to download the offline application on the computer used during the failure. The same problem occurs after the failure to publish data, user must use the online application again on the same computer than before.

One solution could be to store local files and db in a common folder on each computer (outside the user profile).

Is it possible with gears ?

Thanks.