Re: ithreads: printing to std* is acting very broken for me
[email protected] ("Adam Meltzer")
| Newsgroups | perl.ithreads |
|---|---|
| Message-ID | <000d01c33b3b$c2488e30$500111ac@starmine> |
----- Original Message ----- From: "Arthur Bergman" <[email protected]> To: <[email protected]> Cc: <[email protected]> Sent: Wednesday, June 25, 2003 3:00 AM Subject: Re: ithreads: printing to std* is acting very broken for me > Just one quick question, what happens when you turn off buffering and > what platform are you using? > > Arthur > Ah. I should have mentioned this. I've tried using both $|=0 and $|=1 and neither appears to make any difference. Oh, and this is under Solaris 2. Sorry for not mentioning this before. I do need to search through the rest of the program's components and make sure that nothing is overriding this setting. Is it possible also that there's a non-threadsafe module being invoked somewhere in this application that's causing these issues? Most of the modules that are being used aren't binary modules. DB_File is being used, though. I wonder if that's causing any issues. - Adam