drjdpowell

Results 30 comments of drjdpowell

Just a note: I use MDSplus (using mdsip called from LabVIEW) and put multiple rows in one node using this TDI script (which is modified from the PutRow FUN to...

I was using the two terms differently (and quite possibly poorly, but here they are): **Request-Response:** In response to receiving a message, I send another message, to someone that is...

A, assuming A attached its address to the message. A requests info from B (attaching its address to the message). B forwards the message (with reply address still attached) to...

I have a youtube video on [TCP with Messenger Library](https://youtu.be/rKANBR1d65g). TCP is handled by two actors running in them background: “TCP Connection” and “TCP client”. They alter the Reply Addresses...

I did one as a test (implementing just the "GetFeature" RPC of Route_guide: ![2022-12-06 17_54_48-JDP Simple Test Server vi Block Diagram _](https://user-images.githubusercontent.com/6072800/205986212-e13f73cc-e3fb-400f-8b54-5b36779d0faf.png)

![2022-12-07 13_11_58-Window](https://user-images.githubusercontent.com/6072800/206188126-543594cf-c898-4a8f-9fec-fdf4f79890d9.png) Note: other than the simple class with two methods (that are reusable and should be part of the gRPC Library), this is a _one-VI solution_ that is easily...

BTW, Async Client-side code is far more interesting to me than the "Async" Server-side stuff that your scripted Server seems to have. I would actually recommend you drop that stuff...

> It does not change the async-ness of the G method implementation code. The current implementation really falls short of even parallel requests though. It allows multiple methods to be...