Sorting an array
Jose Lerebours
fpgroups at gmail.com
Thu May 19 09:30:08 PDT 2016
Ken, I think he was talking about the use of "system" commands to invoke
the scripts, here is snippet from his response
<<<<<
I prefer not to use more system resources than necessary. Every time you
invoke -your- solution, assuming you're using SYSTEM, you're invoking:
1) One bash shell for parsing SYSTEM's command, before you even call
2) One php interpreter, both of which use
3) Way more RAM than necessary for this simple task.
>>>>>>
You need "system" or "user" command to invoke any shell script just the
same. As per RAM, lol ...
On 05/19/2016 11:41 AM, Kenneth Brody wrote:
> On 5/18/2016 9:30 PM, Jose Lerebours via Filepro-list wrote:
>> Point taken ... Understood!
>>
>> Yes, I totally missed it on your first post. ;-)
>>
>> But really, use of "user" or "system" to call an external process in
>> filePro
>> is hardly a "Gorilla". Using "chain", "call" or anything else in any
>> reasonably sized filePro application is a daily thing.
> [...]
>
> I think his "Gorilla" reference might have been to your suggestion of
> installing WAMP, simply to sort arrays in filePro.
>
More information about the Filepro-list
mailing list