From Dmitry Ponyatov@21:1/5 to All on Tue Apr 25 00:29:56 2017
What publications should I see to take look on enterprise accounting engine development using Smalltalk ?
Some themes I'm thinking on:
- clustering VM: server-centric (dedicated servers cluster) or distributed beowulf-like workstations network
- image-less Smalltalk VM on top of generic RDBMS (on top four MySQL/Postgres/Oracle/MSSQL). Is it possible to get effective mapping of object model into RDBMS table model ?
I'm not limited by BlueBook implementation with object image, in any case I need distributed VM.