GsDevKit / gsApplicationTools

This repository includes scripts and code that allow a more convenient setup of a Gemstone server application
MIT License
2 stars 2 forks source link

_cacheName for all process should include more info #33

Open dalehenrich opened 9 years ago

dalehenrich commented 9 years ago

Mariano suggests the following for a default cacheName in startSeaside30_Adaptor and friends:

run
| x |
"set _cacheName: for Gem to get unique id in statmon output. see http://code.google.com/p/glassdb/issues/detail?id=132"
System _cacheName: ((x := 'Seaside-$1-$2-' , (GsSession serialOfSession: System session) printString , '-' , System myUserProfile userId) copyFrom: 1 to: (x size min: 31)).
%

see also: https://github.com/GsDevKit/gsDevKitHome/issues/81