[ET Trac] [Einstein Toolkit] #68: GetComponents hang due to certificate issues.

Einstein Toolkit trac-noreply at einsteintoolkit.org
Sat Oct 30 17:26:11 CDT 2010


#68: GetComponents hang due to certificate issues.
---------------------------------+------------------------------------------
  Reporter:  diener@…            |       Owner:  eric9     
      Type:  defect              |      Status:  accepted  
  Priority:  major               |   Milestone:            
 Component:  GetComponents       |     Version:  ET_2010_06
Resolution:                      |    Keywords:            
---------------------------------+------------------------------------------

Comment (by eschnett):

 When one opens a pipe, one can often set what kind of auto-flush is
 desired. Flushing ensures that the buffers are emptied and all content is
 sent to the receiver. Typical buffering is block buffering (e.g. 512
 bytes), line buffering (each newline empties the buffer) and no buffering.
 If you don't see the last, partially written line, then you are probably
 using line buffering, and you should switch to no buffering instead. In C,
 the function setvbuf can be used to change the buffering kind for a file.

-- 
Ticket URL: <https://trac.einsteintoolkit.org/ticket/68#comment:2>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit


More information about the Trac mailing list