any tricks to make SHELL non blocking?

Phil Davis revdev at pdslabs.net
Fri Feb 2 17:30:24 EST 2018


Run it in a different app that you communicate with via sockets? Or 
maybe run that app as a process?

You said *any* hints, so... be careful what you ask for! :-)

Phil Davis



On 2/2/18 1:41 PM, Klaus major-k via use-livecode wrote:
> Hi friends,
>
> I have a command line utility which will process a generated file like:
> ...
> get shell(q(tCommandLineUtility) && q(tGeneratedFile))
> ...
>
> FYI:
> function q tString
>   return QUOTE & tString & QUOTE
> end q
>
>
> Any hints on how to make this NON blocking somehow?
> I need a solution for Mac and Win.
>
> Thanks for any hint.
>
>
> Best
>
> Klaus
>
> --
> Klaus Major
> http://www.major-k.de
> klaus at major-k.de
>
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>

-- 
Phil Davis





More information about the use-livecode mailing list