I am not multithreading. Im using 20 components and GetAsync. ---- Wiadomość Oryginalna ---- Od: Arno Garrels <[EMAIL PROTECTED]> Do: ICS support mailing <[email protected]> Data: Sat, 17 Dec 2005 22:26:47 +0100 Temat: Re: [twsocket] HttpCli.RcvStream - how to clear?
> Me wrote: > > Would be great but sometimes im not reciving any data so the old one > > wont be overwritten ;-( > > Again, you don't need multithreading for your few 20 THttpCli instances. > ICS can easily handle more instances (faster) in a single thread and it is > much easier to code. > > --- > Arno Garrels [TeamICS] > http://www.overbyte.be/eng/overbyte/teamics.html > > > > > > ---- Wiadomosc Oryginalna ---- > > Od: Ionut Muntean <[EMAIL PROTECTED]> > > Do: ICS support mailing <[email protected]> > > Data: Sat, 17 Dec 2005 22:50:36 +0200 > > Temat: Re: [twsocket] HttpCli.RcvStream - how to clear? > > > >> Try RcvStream.Position := 0; when resetting ... > >> If you set it to nil, it is obvious you'll get Access Violations. > >> > >> / IM > >> > >> Me wrote: > >>> Hi > >>> I noticed that if I'm not doing anything with RCVStream of > > HTTPCli > >>> in requests im getting Stream with data from previous requests > > that > >>> were made on the component. How do i avoid it? How to cleanup > >>> rcvStream? Setting it to nil after RequestDone causes Access > >>> Violation. > >>> Ann > >>> > >> > >> -- > >> To unsubscribe or change your settings for TWSocket mailing list > >> please goto http://www.elists.org/mailman/listinfo/twsocket > >> Visit our website at http://www.overbyte.be > -- > To unsubscribe or change your settings for TWSocket mailing list > please goto http://www.elists.org/mailman/listinfo/twsocket > Visit our website at http://www.overbyte.be > -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
