Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2005.09.04;
Скачать: CL | DM;

Вниз

Какая маскимальная длина у TidTCPServer в комманде WriteLn?   Найти похожие ветки 

 
rolex   (2005-08-10 20:51) [0]

Какая маскимальная длина у TidTCPServer в комманде WriteLn? У меня сервер должен отправлять ООЧень длинные строки, недавно выскочила ошибка "Max line length exceeded", причём ошибка вылезла в клиенте (IdTCPClient1.ReadLn).
Т.е. получается что сервак может отправлять (Writeln) строки любой длины, а клиент принимать (readln) ограниченной? Прошу прокомментируйте ситуацию.
Блин, придётся резать строки на куски и отправлять по нескольку раз.


 
Adder ©   (2005-08-10 20:57) [1]

F1:
TIdTCPConnection.MaxLineLength
IdMaxLineLengthDefault


 
rolex   (2005-08-11 11:10) [2]

Хм.. ничего подобного в справке нет.


 
Digitman ©   (2005-08-11 12:39) [3]


> ничего подобного в справке нет


а это я сам придумал ?

Maximum number of characters for line-oriented input methods.

property MaxLineLength: Integer;

Description

MaxLineLength is an Integer property that represents the maximum number of characters that can be read using a single call to ReadLn or InputLn method call. MaxLineLength is intended to protect TIdTCPConnection and descendants from Denial of Service attacks that might result from unchecked memory usage. The default value for MaxLineLength is IdMaxLineLengthDefault, as assigned in the Create constructor.

MaxLineLength is used in ReadLn and InputLn when the maximum line length argument to the method is -1 indicating that the property value should be used.


 
Slym ©   (2005-08-12 04:49) [4]

Все зависит от версии Indy


 
rolex   (2005-08-12 10:18) [5]

Версия Indy.... та, что идёт в комплекте с Delphi 7.



Страницы: 1 вся ветка

Текущий архив: 2005.09.04;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.026 c
14-1123617830
quickblack
2005-08-10 00:03
2005.09.04
help, please


5-1097476858
vg
2004-10-11 10:40
2005.09.04
Событие перемещения у родительской формы


3-1122373054
Yurisimus
2005-07-26 14:17
2005.09.04
База *.xls через ADO в Delphi


14-1123448767
LoGeen
2005-08-08 01:06
2005.09.04
Пользование клиентом форума


3-1122297789
surkis
2005-07-25 17:23
2005.09.04
iif в SQL Server