Use of Pipes
Posted: Sun Feb 10, 2008 5:21 pm
How about native Pipe functions in PB?
Ive been trying forever to get Pipes to work, and i havent had much success.
How about something like:
PipeID=CreatePipe(#pipe, pipename$,Flags)
PipeID=IsPipe(pipename$)
Basically, native pipe functions could allow for communication between threads, apps, DLLs ect. If i had a pipe named "datatransfer", i could use the IsPipe()function to return the ID of the pipe, and then manupilate that pipe in another thread.
Ive been trying forever to get Pipes to work, and i havent had much success.
How about something like:
PipeID=CreatePipe(#pipe, pipename$,Flags)
PipeID=IsPipe(pipename$)
Basically, native pipe functions could allow for communication between threads, apps, DLLs ect. If i had a pipe named "datatransfer", i could use the IsPipe()function to return the ID of the pipe, and then manupilate that pipe in another thread.