> 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 http://www.elists.org/mail
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.
--
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 Ema
>> 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 b
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 chang
> 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 us
>> 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
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 giv
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
> 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
- Orig
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 ICS
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);
PostThread
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]
Author
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 seem
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 dow
15 matches
Mail list logo