in reply to Re: Executing functions from another process
in thread Executing functions from another process
The second problem is more practical. The prototypes of functions that get called are all different. Some have no args, some have one scalar, others have multiple array refs, etc. How could I set up a generic JSON message to convey such a varying list of parameters?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Executing functions from another process
by Corion (Patriarch) on Jan 23, 2014 at 19:29 UTC | |
by gri6507 (Deacon) on Jan 23, 2014 at 19:54 UTC | |
by Corion (Patriarch) on Jan 24, 2014 at 07:29 UTC | |
by Anonymous Monk on Jan 23, 2014 at 23:09 UTC | |
by davido (Cardinal) on Jan 23, 2014 at 23:30 UTC | |
by gri6507 (Deacon) on Jan 24, 2014 at 15:09 UTC | |
|