Hi,<br><br>I was not sure where to fire this question, but Seaside groups seemed like the most probable place to reach people who might know the answer.<br><br>So, I might need to access Twitter streaming API. The catch is that streaming api uses long lived HTTP connections, where twitter server over the time pushes json encoded chunks of data, as they appear in users time line. For that http client used (I gues Zinc), must not wait for server to close the connection in order to return the data to the Smalltalk code, but instead, it shoud forward it to smalltalk code as it arrives.<br>
<br>Can Zinc do that? (or some other HTTP Client)<br><br>Also for folks that have used STunnel and Nginx - can thay be used to tunnel longlived http connections? (since streaming api seems only be available from https url)<br>
<br>Many thanks,<br><br>Davorin Rusevljan<br><a href="http://www.cloud208.com/">http://www.cloud208.com/</a><br><br>