forked from remittor/delphi-iocp-server-sample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDescription.txt
55 lines (42 loc) · 2.09 KB
/
Description.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
High performance socket server based on Windows Completion Port and with using
Windows Socket Extensions. IPv6 supported.
{!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
W_A_R_N_I_N_G !
-- Component THPServerSocketSPL provided ONLY AS EXAMPLE of using
"System Thread Pool" and NOT RECOMMENDED for practical use.
Use component THPServerSocket instead this.
-- Directive "USE_SLIST" enabled using SList functions. These functions
available only on Windows XP and higher versions. Do not define this
directive if You need to support Windows 2000.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!}
(*******************************************************************************
Author: Sergey N. Naberegnyh
Version 1.4.0.5
Created: August, 05, 2008
Updated: January, 31, 2009
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
November, 22, 2008:
Not raised TCustomHPServerSocket.OnCreateAcceptor - Fixed
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
December, 03, 2008
- Included IPv6 support
- Restructuring unit
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
December, 04, 2008
- Support IPv6
- Adedded property "MinimumAcceptors"
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
January, 23, 2009
- Dynamic loading IPv6 functions for Win2k compatibility
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
January, 31, 2009
- AcceptEx failed if function TransmitFile
with DisconnectClient = TRUE return error
Fixed:
1) Added "closesocket" in
THPServerWorkThread.Execute: HPSO_TRANSMIT_DISCONNECT block.
2) In TAcceptThread.Execute "Break" operator replaced to "Continue"
- Fixed: Memory leaks if failed THPServerClient.Read, Write and Transmit
*******************************************************************************)
Minimum OS: Windows 2000
Recommended OS: WindowsXP SP2