TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Ray Bowman
NA
11
532
Good Example for bi-directional Communication between Python and Windo
Nov 14 2020 1:26 PM
Hi,
Does anyone know where I can find a good example of duplex pipe communication between a process running Python and another running .NET (C#)? I am trying to do this with win32pipe. The documentation on this leaves much to be desired.
I found this example:
https://github.com/PeiSeng/Named_Pipe_Communication
However, it only does a one-way operation, sending data from the server to the client.
Can anyone show me how to modify (augment) the code so that an object is sent from the client to the server, which does something to modify the object, then send it back to the client? Do I need to create another pipe to send data from the client to the server?
Any assistance with this would be appreciated.
Reply
Answers (
0
)
ASP.NetCore3.1 and OData
List and Params Keyword Queries