This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [PATCH] solaris socket communications bug workaround



Gary Houston sez:
> As far as I remember (and checking the code it still seems so),
> sockets are not buffered by default.  They do get wrapped
> in unbuffered stdio streams for convenience.

This is true; we are making a call to setvbuf.

Chris.Bitmead@misys.com.au writes:
> Then how could this bug occur?

Who knows?  We're breaking the rules that stdio imposes on us, so it's
allowed to do anything it pleases.