The Artima Developer Community
Sponsored Link

Agile Buzz Forum
Solving some oddness

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
James Robertson

Posts: 29924
Nickname: jarober61
Registered: Jun, 2003

David Buck, Smalltalker at large
Solving some oddness Posted: Jan 24, 2004 7:35 AM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by James Robertson.
Original Post: Solving some oddness
Feed Title: Cincom Smalltalk Blog - Smalltalk with Rants
Feed URL: http://www.cincomsmalltalk.com/rssBlog/rssBlogView.xml
Feed Description: James Robertson comments on Cincom Smalltalk, the Smalltalk development community, and IT trends and issues in general.
Latest Agile Buzz Posts
Latest Agile Buzz Posts by James Robertson
Latest Posts From Cincom Smalltalk Blog - Smalltalk with Rants

Advertisement
A BottomFeeder user ran across some oddness today - when auto-browsing items in a feed, he noticed that it worked on Windows, and broke on Linux. This was puzzling. We dove into the bowels of the request and socket response, and found out that in this case, the server was inaccurate in telling us how large the response was. For some reason, the Windows low level facilities cleaned this up, while it just barfed (and gave us a timeout error!) on Linux. It looks like there's a server problem there, but also some issues with the VW code. In the meantime, we discovered that turning keep-alive off for the request solved the problem. Having it off is likely the best thing in Bf anyway, since I'm not doing persistent connections...

Read: Solving some oddness

Topic: BottomFeeder 3.3 Previous Topic   Next Topic Topic: On first impressions

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use