After using J for a long time I suddenly realised how the OO is really easy and working! You need only:
1) code your application to run in a named locale  say cmyapp
2) create 2 new instances of your application calling inst1=: conew 'cmyapp', inst2=: conew 'cmyapp'
3) run the instances calling run__inst1 '' and run__inst2 ''

I never could believe that is is so simple. I just upgraded my one-load-analyser to a multi-load -analyser in 15 minutes instead of several days work.

Anssi

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to