Hey Joe, I appreciate the quick response. The Linux issue must be a bug of some kind, I was hoping there was a solution to the issue, but I havent seen anything in any other threads related sooo I guess i'm outa luck in that department.
The attempt to use TCPSockets come from a reference on page 669 and 668 in the REALBasic Language Reference. See Below: StandardInputStream Class Used for reading text input in a ConsoleApplication. The StandardInputStream class implements the "Readable" class interface. If you implement this interface, you must provide a Read method with the parameters as shown above. StandardInputStream incorporates a conversion operator so that you can use StdIn as a TCPSocket. This is useful only for services that are started for you by xinetd on Mac OS X or Linux. Same kinda language in the reference for StandardOutputStream as well. Thanks for your help, Kraig Beahn On 3/7/06, Joseph J. Strout <[EMAIL PROTECTED]> wrote: > At 11:06 AM -0600 3/7/06, Kraig Beahn wrote: > > >In a Windows environment, the CPU usage is normal...however in a Linux > >Environment (where i've gotta use it) the CPU usage while being > >blocked via Input the CPU usage goes crazy! > > I haven't any ideas on that, however... > > >Any thoughts? I've also made an attempt to use TCPSockets to access > >the DataAvailable events (via stdin/stdout) and maybe im ignorant or a > >newbe but can't figure out how to get a subclass to connect to the > >stdio subsystem. > > ...you can't. StdIn and StdOut are not TCPSockets -- I'm not sure > why you thought they might be. > > Best, > - Joe > > -- > > Joseph J. Strout > [EMAIL PROTECTED] > _______________________________________________ > Unsubscribe or switch delivery mode: > <http://www.realsoftware.com/support/listmanager/> > > Search the archives of this list here: > <http://support.realsoftware.com/listarchives/lists.html> > _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
