Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 Long-term task execution
Index -> Programming, Java -> Java Help
Goto page Previous  1, 2
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
Zeroth




PostPosted: Wed Jul 09, 2008 11:41 am   Post subject: Re: Long-term task execution

Okay, so now the question is, and forgive my ignorance on these matters, how do I set up a pipe or stream from the executed process? Theres lots(tonnes) of documentation on reading and writing through pipes and streams between different Java threads.
Sponsor
Sponsor
Sponsor
sponsor
rizzix




PostPosted: Wed Jul 09, 2008 11:59 am   Post subject: RE:Long-term task execution

Process p = ...;

p.getInputStream();

p.getOutputStream();
Zeroth




PostPosted: Wed Jul 09, 2008 12:09 pm   Post subject: Re: Long-term task execution

... wow, thanks Rizzix!
Zeroth




PostPosted: Wed Jul 09, 2008 1:13 pm   Post subject: Re: Long-term task execution

Dude, that worked. Thanks Rizzix!

Bits and karma donated
Display posts from previous:   
   Index -> Programming, Java -> Java Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 2 of 2  [ 19 Posts ]
Goto page Previous  1, 2
Jump to:   


Style:  
Search: