[Glass] GemServer and subclasses
BrunoBB via Glass
glass at lists.gemtalksystems.com
Thu Jan 12 06:07:04 PST 2017
Hi All,
For development purpose my web app run with:
| handler commitThreshold |
commitThreshold := 65.
handler := AlmostOutOfMemory addDefaultHandler: [ :ex | self halt ].
SessionTemps current at: #'AlmostOutOfMemoryStaticException' put:
handler.
System signalAlmostOutOfMemoryThreshold: commitThreshold.
[WAGsZincAdaptor startOn: 8787]
on: AlmostOutOfMemory enable
do: [:ex | ex error: ex description].
For a production environment ....
The Adaptor class should be used directly or should i use a GemServer
sublcass like ZnGemServer ?
(maybe my own sublcass of ZnGemServer ??)
Right now i'm reading:
https://github.com/GsDevKit/gsApplicationTools/blob/master/docs/gettingStarted.md
regards
bruno
--
View this message in context: http://forum.world.st/GemServer-and-subclasses-tp4929474.html
Sent from the GLASS mailing list archive at Nabble.com.
More information about the Glass
mailing list