In my set up I have two local server instances using the same local_db.bin. I do this because I have split the admin functionality into a separate app to speed up load times. In production the admin and live versions share the same datastore so to mimic this I just created a symlink from one projects war/ WEB-INf/appengine-generated/ local_db.bin dir to the others.

Sometimes I need to restart one after making changes in the other because the db is loaded into memory - but it does work.

John

On 3 Feb 2010, at 20:23, dreamy wrote:

we have 4 membership in  google app engine project. we code in local
Machine and manager source by subverion, in devolop ,when some one
create a record(eg.create a company object) but others membership
can't use this company object.

is there any way  to share local_db.bin  to each other  or all
membership use same local_db.bin ?

--
You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected] . To unsubscribe from this group, send email to [email protected] . For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en .


--
You received this message because you are subscribed to the Google Groups "Google 
App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to