GsDevKit / ServiceVM

The Service VM is intended to provide example code for creating and using a separate "Service VM" for offloading work that in a Squeak/Pharo Seaside application, you would have forked of a thread to do the work
MIT License
2 stars 3 forks source link

Two minor fix for ServiceVM repo #7

Closed brunobuzzi closed 5 years ago

brunobuzzi commented 5 years ago

1) Update ServiceVM baseline with Seaside from Github instead of Smalltalkhub version. 2) Replace various System _sharedCounter: with System sharedCounter. _sharedCounter: is not implemented in all GS versions, for example in GemStone 3.4.1 _sharedCounter: methods are missing.