Re: [twsocket] Enhancements for Thread Attach/Detach methods

2006-06-12 Thread Francois PIETTE
>> A component has allocated a number of message numbers (the messages are >> now identified by variables since a lot of components share the same >> hidden >> window). When the component is attached to another thread, any message >> still in the old message queue has to be pulled out and posted i

Re: [twsocket] Enhancements for Thread Attach/Detach methods

2006-06-12 Thread Stadin, Benjamin
Francois PIETTE schrieb: > > > So what kind of mapping are you looking for? > > Which relationship do you need to preserve? > > A component has allocated a number of message numbers (the messages are now > identified by variables since a lot of components share the same hidden > window). When the c

Re: [twsocket] Enhancements for Thread Attach/Detach methods

2006-06-12 Thread Francois PIETTE
> So what kind of mapping are you looking for? > Which relationship do you need to preserve? A component has allocated a number of message numbers (the messages are now identified by variables since a lot of components share the same hidden window). When the component is attached to another thre

Re: [twsocket] Enhancements for Thread Attach/Detach methods

2006-06-12 Thread Stadin, Benjamin
Francois PIETTE schrieb: > > >> I do not see how to map those numbers on a low level easily :( any idea? > > > > I'm trying to follow. How do the old and the new message numbers differ? > > What do the old and new numbers look like, can you maybe give a small > > example list? > > There can be no r

Re: [twsocket] Enhancements for Thread Attach/Detach methods

2006-06-12 Thread Francois PIETTE
>> I do not see how to map those numbers on a low level easily :( any idea? > > I'm trying to follow. How do the old and the new message numbers differ? > What do the old and new numbers look like, can you maybe give a small > example list? There can be no relation at all between the two sets ! Of

Re: [twsocket] Enhancements for Thread Attach/Detach methods

2006-06-12 Thread Stadin, Benjamin
> I do not see how to map those numbers on a low level easily :( any idea? I'm trying to follow. How do the old and the new message numbers differ? What do the old and new numbers look like, can you maybe give a small example list? -- To unsubscribe or change your settings for TWSocket mailing l

[twsocket] Multi-threaded server implementation : A secure method to move a socket to a different thread context

2006-06-12 Thread Francois PIETTE
> Also I think that V6 should get a secure method to move a > socket to a different thread context. Required only in multi-threaded > after Accept a client connection. In that situation, the most secure method is to do it when we get the socket handle from Accept() and before it is assigned to a

Re: [twsocket] What to use with BDS 2006

2006-06-12 Thread Arno Garrels
Fastream Technologies wrote: > Francois, > > The work for ICS-v6 BCB compatibility is complete! Please let's share > it with others. However the work Arno did does not work well with the > latest wsockbuf design. I think Arno and you should adopt the code > and make the integration. I tried today

Re: [twsocket] THTTPCli & "false" 404 pages

2006-06-12 Thread ics-no-auto-responder
> You can read the pae? I found that yes httpcli still gets the page html, though the 404 status threw the ecpetion below. Thanks for all your help on sorting it out. > > I am not sure if httpcli actually gets the vanilla 404 page from the > server. > > An exception is thrown because i

Re: [twsocket] What to use with BDS 2006

2006-06-12 Thread Albert Wiersch
Great! Should I wait for a v6 release (non-SSL) and a v6 SLL beta release and use that (v6std + v6SSLBeta)? I can wait if it is available soon. Faststream (SZ?), can I get these files from you (v6std + v6SSLBeta)? Or should I go with ICS V5 and ICS-SSL-V5? What is best for the future? Thank you

Re: [twsocket] What to use with BDS 2006

2006-06-12 Thread Fastream Technologies
Francois, The work for ICS-v6 BCB compatibility is complete! Please let's share it with others. However the work Arno did does not work well with the latest wsockbuf design. I think Arno and you should adopt the code and make the integration. Regards, SZ - Original Message - From: "

Re: [twsocket] What to use with BDS 2006

2006-06-12 Thread Francois PIETTE
> I'm using C++Builder 2006. What is the best version to use for a release > (stable) application built with C++Builder 2006? ICS V5 is the last stable for BCB2006. Fastream is working on ICS-V6. > Also, are there any stable SSL components for BDS 2006 yet? I've been > waiting for quite some time

Re: [twsocket] ICS-V6 HTTP ZLib stuff

2006-06-12 Thread Francois PIETTE
>> I updated ICS-V6 with the ZLib stuff Angus sent to me. See his message >> below. >> The DLL are available separately in >> http://www.overbyte.be/arch/ZLibDll.zip Thanks to Angus. > > Just downloaded, however OverbyteIcsZLibDll.pas is still from June 07 > and doesn't include Angus' fix. My fau

Re: [twsocket] What to use with BDS 2006

2006-06-12 Thread Fastream Technologies
I believe the version I use (v6std + v6SSLBeta) is stable enough for commercial use. Francois, can you release the SSL code as beta on your side to gather feedback please? Best Regards, SZ - Original Message - From: "Albert Wiersch" <[EMAIL PROTECTED]> To: "'ICS support mailing'" Sen

Re: [twsocket] THTTPCli & "false" 404 pages

2006-06-12 Thread ics-no-auto-responder
On 12 Jun 2006 at 9:24, Frans van Daalen wrote: > the 404 is correct, IE will also get the 404. But ebay has changed the > layout of the 404 error page to load some other pages > like //snip from 404 page// cfg.sModuleUrl > ='http://promo.ebay.com/ws/eBayISAPI.dll?GetPPModules&usecase=2' ; \

[twsocket] What to use with BDS 2006

2006-06-12 Thread Albert Wiersch
I'm using C++Builder 2006. What is the best version to use for a release (stable) application built with C++Builder 2006? Also, are there any stable SSL components for BDS 2006 yet? I've been waiting for quite some time to support SSL but so far it seems the SSL stuff wasn't good enough/ready. Ar

Re: [twsocket] ICS-V6 HTTP ZLib stuff

2006-06-12 Thread Arno Garrels
Francois PIETTE wrote: > I updated ICS-V6 with the ZLib stuff Angus sent to me. See his message > below. > The DLL are available separately in > http://www.overbyte.be/arch/ZLibDll.zip Thanks to Angus. Just downloaded, however OverbyteIcsZLibDll.pas is still from June 07 and doesn't include Angus'

Re: [twsocket] 64-Bit Processors Issue

2006-06-12 Thread Marcelo Grossi
Hi Peter, All I did for months was try to find the cause of the problem in MY work. Then I decided to try this list, and all you fellow gave me your opinions wich were tested and helped me out in finding the "error". And most probably the problem resides in either ICS or AMD64 itself, becau

Re: [twsocket] 64-Bit Processors Issue

2006-06-12 Thread Marcelo Grossi
Hi, >I don't see why your first version could not work. I have programs which > basically does the same thing (calling several Send in a row). And I can't > imagine why an AMD processor whould fail doing that ! Me neither. > btw: Your second versin is much faster (well 50 iterations probably >

Re: [twsocket] Enhancements for Thread Attach/Detach methods

2006-06-12 Thread Francois Piette
No genius idea pops up from my head :-( -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: "Arno Garrels" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Monday, June 12, 2006 12:29 PM Subject: Re: [twsocket] Enhancements for Thread Attach/Detach methods > Franc

Re: [twsocket] Enhancements for Thread Attach/Detach methods

2006-06-12 Thread Arno Garrels
Francois PIETTE wrote: > You must map > old message numbers to the new message numbers before posting them to > the new window. I do not see how to map those numbers on a low level easily :( any idea? > > -- > [EMAIL PROTECTED] > http://www.overbyte.be > > > - Original Message - > Fr

Re: [twsocket] THTTPCli & "false" 404 pages

2006-06-12 Thread Frans van Daalen
the 404 is correct, IE will also get the 404. But ebay has changed the layout of the 404 error page to load some other pages like //snip from 404 page// cfg.sModuleUrl ='http://promo.ebay.com/ws/eBayISAPI.dll?GetPPModules&usecase=2' ; \ so you must read the 404 page and then execute the co

Re: [twsocket] THTTPCli & "false" 404 pages

2006-06-12 Thread Borosnyay Péter
Hi ! Opera also gets the fancy page, so it's probably not IE-related. Cheers, Peter On Mon, 12 Jun 2006 03:37:34 +0200, <[EMAIL PROTECTED]> wrote: > > > Please offer suggestion for this circumstance --> > > If I use httpcli to get this page: > > http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item