[Glass] General questions about how to develop ...
itlists at schrievkrom.de
itlists at schrievkrom.de
Tue Nov 19 00:16:13 PST 2013
Am 19.11.2013 08:42, schrieb Otto Behrens:
>
>> -> Can I develop further on (in parallel) with Jade and DataCurator ?
>
> You can do that. But surely you may break the application while you
> are working if your end user is on it at the same time?
>
If the application is running under a different user, he should not see
the changes I made under user DataCurator !?
Some other questions:
All users can the see the contents available under "Globals" ?
A user "A" see its own/same contents of UserGlobals - even in different
concurrent sessions ? a e.g. user "B" can not see the content of
UserGlobals of user "A" ?
Its uncommon to use Smalltalk processes - as they are used in other
Smalltalk environments - instead one should user worker gems to do heavy
background job !?
If you have heavy calculation stuff one should consider exporting the
computational data for background work in a non-Gemstone programming
environment - to get most of the 2-cpu-limitation !?
Persistence is done by reachability - therefore the programmer must
create a global persistent object, from which all other (persistent)
application objects can be reached.This can be achieved via global
entries in the UserGlobals directory or Globals - or perhaps much better
in a class (instance) variables ?
Some more questions to come :-))) Thanks for answering ...
Marten Feldtmann
.
More information about the Glass
mailing list