Hi Bill,

I don't think its a threading issue. when i comment out the threads, it still prints to STDOUT even when there is no print statement.

eg. here is the piece of code.

open(RH,"|$cmd|"); <--- all i am doing is instantiating a process, why is it printing to STDOUT, when i have not told it to??
# my $inT = threads->create(\&input,RH,$client); # threads are commented out.
# my $outT = threads->create(\&output,RH,$client);


Thanks in advance for any help
Regards

Jeremy A.


At 01:08 AM 12/13/2003, you wrote:
Jeremy A wrote:
> Hi again,
>
> I have changed my server solution to use perl 5.8 threads, instead of fork.
> It is set up for non-blocking sockets. It has a client that is non-blocking
> as well.
> my problem is that It still prints to STDOUT, not $client.
>
> Your help is appreciated. Thanks in advance.
>
> Regards,
>
> Jeremy Aiyaduria.
>
> below is the code.


I can't help with 5.8 code since I'm still on 5.6 (I don't have threads
or fork).

--
,-/- __ _ _ $Bill Luebkert Mailto:[EMAIL PROTECTED]
(_/ / ) // // DBE Collectibles Mailto:[EMAIL PROTECTED]
/ ) /--< o // // Castle of Medieval Myth & Magic http://www.todbe.com/
-/-' /___/_<_</_</_ http://dbecoll.tripod.com/ (My Perl/Lakers stuff)

_______________________________________________ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to