Samuel Lampa
Samuel Lampa
Did you find any solution to this @rickyviking ? I'm currently investigating using NetMQ with @valkjsaaa's tricks to talk to some external processes like Python, C++ etc, and is interested...
@rickyviking Thanks for the info, good to know!
I'm having a suspicion now ... don't you need to do the `NetMQConfig.Clean()` in the OnDestroy method on behaviours as well (such as [here](https://github.com/valkjsaaa/Unity-ZeroMQ-Example/blob/master/Assets/ServerObject.cs#L89-L92) in @valkjsaaa 's code)? I'm trying...
Thanks for the reply @jwvanderbeck ! I actually also just got it working, with .Net 4.x and a slightly customised (for our needs) version of @valkjsaaa 's code :) (Thanks...
Thanks for the link @sirinath , will check!
Not sure if the right place to ask, but was wondering if something similar is already possible with wallix/triplestore: Query big datasets on disk, based on a disk based index?...
@simcap IC, thanks for the status update!
Hi @TMiguelT , "Normal" parameters are for data that can be passed as simple values (strings, numerical integer or float values, booleans etc), while the `in_` type of inputs, are...
> Can you connect parameters to out_ functions of other tasks in sciluigi, or just in_ fields? Only in_ -fields
> But what if I want to specify a non-file parameter using the output of the previous job? I can't? Ah, yea, this is one thing that is not so...