replace named pipes by socket

jpp

New Member
Hi ,

Current situation:
I have a java program writing into a named pipe an xml document.
This information is read by a 4 GL program.

New possible situation
I am thinking about replacing named pipes by socket 4gl program.

Will this increase the performance ? (I think it should because I am not writing to disk anymore )

If the information present in the named pipe is an xml document, transmitting this through named pipe , will it have a big impact on the program.
In other words, will I have a lot of work transforming this program from named pipes to socket

tx
 
Top