Re: [twsocket] Handling redirects

2006-09-04 Thread Francois Piette
Source code is the best help file you can get, it even describes the bugs ;-) :- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] Author of ICS (Internet Component Suite, freeware) Author of MidWare (Multi-tier framework, freeware)

[twsocket] NNTP Post failing to download

2006-09-04 Thread Eric Fortier
Hi all! It's been years since I posted on the list! Yep, I have come across a problem ;) This is a weird one; I hope some of the gurus here can help. And I do apologize for the length of this message! Over the years I received a few reports from users using my newsreader reporting that while

Re: [twsocket] Solution to problem with THttpCli

2006-09-04 Thread Fastream Technologies
When I say abort, I mean the client hitting -SHIFT+- refresh too rapidly. This causes an exhausting case. It could also be a problem with THttpConnection as well. To cover all cases, I created two flags: clientError (for THttpCli's socket) and socketError (for THttpConnection's socket) and

Re: [twsocket] Solution to problem with THttpCli

2006-09-04 Thread Francois Piette
What you tell me doesn't encourage me to do any code change. If you really think it is a bug in the component, prepare a sample program showing the problem. Si my previous message about this matter. Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED]

[twsocket] Handling my own windows messages

2006-09-04 Thread Lorenzo.Herrerias.external
Hello, my application creates a new thread by client connection and these threads communicate by custom Windows messages with others threads. Before, with ICS in the Execute() method i had: //create the message queue MSG msg; PeekMessage(msg, NULL, 0, 0, PM_NOREMOVE);

Re: [twsocket] Handling my own windows messages

2006-09-04 Thread Francois Piette
Use the message pump which is built in TWSocket. There are several sample program delivered with ICS which have their own message pump (for console mode or for threads). Have a look at those. Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] Author of

Re: [twsocket] NNTP Post failing to download

2006-09-04 Thread Francois PIETTE
PS: If anyone wants to check out the message, the MessageID is: [EMAIL PROTECTED]. What is the group on that server. It looks like I need a usercode password. -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] http://www.overbyte.be -

Re: [twsocket] About HTTP client V6 changes to support .NET

2006-09-04 Thread Maurizio Lotauro
Scrive Francois PIETTE [EMAIL PROTECTED]: [...] Generic speaking, I think that the introducing of an incompability is acceptable when: - the application will not compile so the developer get the attention of the problem - the changes needed are documented - these changes are few and quick to

Re: [twsocket] About HTTP client V6 changes to support .NET

2006-09-04 Thread Arno Garrels
Maurizio Lotauro wrote: I prefer the best solution for each platform. If the use of an array of byte will slow down the Win32 version then keep the use of pointer for Win32 and use the array in the .net version. This is important for components like ICS. I second that, I don't want to give

Re: [twsocket] About HTTP client V6 changes to support .NET

2006-09-04 Thread Francois PIETTE
I prefer the best solution for each platform. If the use of an array of byte will slow down the Win32 version then keep the use of pointer for Win32 and use the array in the .net version. This is important for components like ICS. I second that, I don't want to give up high speed of ICS

Re: [twsocket] About HTTP client V6 changes to support .NET

2006-09-04 Thread Angus Robertson - Magenta Systems Ltd
Using a dynamic array of byte will not slow down the component if the array size is not constanly changed. And if the Move function is used to move data around, specifically when the project uses the FastMove unit which has very efficient move code. Mind Move uses pointers, so might be

Re: [twsocket] About HTTP client V6 changes to support .NET

2006-09-04 Thread Arno Garrels
Angus Robertson - Magenta Systems Ltd wrote: Mind Move uses pointers, so might be useless in .net, but that's a problem for people wanting to use .net, not win32. If so, I'm happy again. --- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html -- To unsubscribe or change

Re: [twsocket] About HTTP client V6 changes to support .NET

2006-09-04 Thread Francois PIETTE
Using a dynamic array of byte will not slow down the component if the array size is not constanly changed. And if the Move function is used to move data around, specifically when the project uses the FastMove unit which has very efficient move code. That's not a problem. The code can be

Re: [twsocket] NNTP Post failing to download

2006-09-04 Thread Eric Fortier
Hi Francois, PS: If anyone wants to check out the message, the MessageID is: [EMAIL PROTECTED]. What is the group on that server. It looks like I need a usercode password. It's in the alt.binaries.warez.ibm-pc.ms-beta newsgroup. If you can't find the post anywhere else, I can Email you

Re: [twsocket] About HTTP client V6 changes to support .NET

2006-09-04 Thread Maurizio Lotauro
Scrive Angus Robertson - Magenta Systems Ltd [EMAIL PROTECTED]: [...] And if the Move function is used to move data around, specifically when the project uses the FastMove unit which has very efficient move code. Small OT question: which FastMove do you use? Bye, Maurizio.

Re: [twsocket] About HTTP client V6 changes to support .NET

2006-09-04 Thread Angus Robertson - Magenta Systems Ltd
Small OT question: which FastMove do you use? John O'Harrow's v3.03 Dec 2005. It's 1600 lines of code, against the 14 lines for the 'pure pascal' version, but is very efficient. Angus -- To unsubscribe or change your settings for TWSocket mailing list please goto