Closed Barracuda09 closed 3 years ago
Hi @Barracuda09 ,
Why you want to enumerate them?
@lars18th
That is how they are added. So now only 1 is added at the moment
Ahh! So the idea is to provide more than streams over the childpipe in parallel, right? Great idea! :+1:
Yes to have more the 1 ChildPIPE frontend with with argument --childpipe
to add there a number like --childpipe 3
for 3 ChildPIPE frontends
@lars18th
Could you check last commits?
Thanks
Hi @Barracuda09 ,
Could you check last commits?
Tested. And it works like a charm. Now I can stream 2 different pipes at time.
However, I've discovered that SATPI can't share streams. For example, if I do two client connections requesting the same childpipe (using remaping) then two different frontends are open. Why not share the frontends? It's a waste of resources.
No, sharing of frontends with the same "channel/parameters" is something I have not really implemented (yet).
OK. I suggest to close this issue as the functionality is already implemented.
Thank you|
Done
Add with option
--childpipe
a number of how many ChildPIPE frontends are enumerated