On Thursday 18 December 2008 14:44, Randall R Schulz wrote:
> On Thursday 18 December 2008 14:40, Stephan Mühlstrasser wrote:
> > ...
> >
> > As Chouser pointed out, the flush is the important ingredient.
> >
> > After thinking a while about this, I'm wondering why it is
> > necessary. The output stream should be flushed automatically when
> > the program exits, but it looks like with Java and threads this is
> > different.
>
> Java has no built-in auto-flushing that I've ever been aware of.

I should say, none triggered by JVM shut-down. PrintStream and 
PrintWriter have an auto-flush mode that you can establish when 
constructing, but not control later (for whatever reason).


> > Regards
> > Stephan


Randall Schulz

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to