Re: ithreads: printing to std* is acting very broken for me
[email protected] (Arthur Bergman)
| Newsgroups | perl.ithreads |
|---|---|
| Message-ID | <[email protected]> |
On Tuesday, June 24, 2003, at 08:31 pm, [email protected] wrote: > > It looks like there's some kind of weird buffering issue that I'm > running into. > Has anyone seen this? Normally I don't have this issue, but I have a > feeling > something pre-existing in this program is causing some weird buffering > to > happen and I'm not sure where to look. There's no calls to > sysread/syswrite/ > write/select in the code that I'm using, so I'm not sure where the > problem > might lay. Also the fact that it seems to work fine in debug mode is > just > bizarre. > > Any ideas? Just one quick question, what happens when you turn off buffering and what platform are you using? Arthur