|
|
|
Re: Why doesn't the Eclipse console stream? [message #329797 is a reply to message #329796] |
Fri, 04 July 2008 12:31 |
Ed Merks Messages: 33251 Registered: July 2009 |
Senior Member |
|
|
Gabriel,
When a print stream is created, it can support auto flushing (via a
constructor parameter). In that case, it seems to auto flush only for
line feeds and when the buffer is exceeded. I don't know how to force
the creation of an auto flushing stream for your scenario; it seems to
me an auto flushing stream should be created for your. But, in general
it seems best, at least to me, to assume that a stream is not auto
flushing and hence to add flushes where they are important; perhaps
that's not realistic for your application though...
Gabriel wrote:
>
> Hi Ed, thanks for the reply.
>
> Here are some more details: the Eclipse console is only flushing one
> line at a time or for long lines every 4KB. My external process can
> produce long lines, more than 12k (which causes Eclipse to generate an
> IOConsole Updater error). Can I force somehow Eclipse to flush more
> often during a line and also, does anybody know how to solve the
> "IOConsole Updater error" problem? Is this still a bug in 3.4?
>
> Thanks!
>
Ed Merks
Professional Support: https://www.macromodeling.com/
|
|
|
Powered by
FUDForum. Page generated in 0.03354 seconds