Re: [twsocket] Binary download problem solving

2012-12-19 Thread Stan
What do you mean by "diagnosing"? The problem is reproducable, but I don't know which workaround to try (except for the "attachment" header). Do you have some instruction for the diagnostic process? I'm using the ICS web-server to upload files to mobile devices, and this is really a pain to trans

Re: [twsocket] Binary download problem solving

2012-12-19 Thread Stan
I encounter the problem both in Chrome under Windows and in Android's browser. Since the bug is old and have not been fixed until now, I'm not sure it will be fixed in the near future, especially taking into account its status (Untriaged == undecided what to do). Also some Android devices are n

[twsocket] Binary download problem solving

2012-12-19 Thread Stan
e TestD.zip Method GET Status (canceled) Type application/octet-stream Initiator Other Size 328.84KB Content 0B Time 44ms Latency 35ms Any help would be very appreciated. Best wishes, Stan -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/m

Re: [twsocket] HTTP relocation

2012-11-30 Thread Stan
implementation. Best wishes, Stan - Original Message - From: "Angus Robertson - Magenta Systems Ltd" To: Sent: Friday, November 30, 2012 7:13 PM Subject: [twsocket] HTTP relocation = Connected to: www.cytauk.com GET / HTTP/1.0 Host: www.cytauk.com < HTTP/1.1 302 Move

Re: [twsocket] Minor omission fixed for improved Web-server operation

2012-11-10 Thread Stan
I'd propose to revise TMimeTypeList.Create, where the default types are registered, and populate it with the omitted types, which should be there by default, imho. Best wishes, Stan - Original Message - From: "Angus Robertson - Magenta Systems Ltd" To: Sent: Satur

Re: [twsocket] Minor omission fixed for improved Web-serveroperation

2012-11-10 Thread Stan
Hi, Angus, Did you mean obsolete in V8 trunk? In the latest stable V7 it is used by default. It's not clear how to switch to the mode that mime-types to be read from Windows Registry by default? Best wishes, Stan - Original Message - From: "Angus Robertson - Magenta Systems

[twsocket] Minor omission fixed for improved Web-server operation

2012-11-09 Thread Stan
ICS-based web-server. SVG became a wide-spread image format nowadays. I think these types must be supported by ICS core out-of-the-box. Best wishes, Stan -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

[twsocket] ADV: WebSockets server component and demo

2012-10-16 Thread Stan
be useful to someone. Best wishes, Stan -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] Design principles of WebSockets server for ICS

2012-03-18 Thread Stan
gle.com/p/phpws/. There is no a specific component for websockets, they are handled internally from a custom TTcpSrvClient. The test project uses port number 12345 for websocket connections by default. Test client web-page is also included and uses the same port. Best wishes, Stan - O

Re: [twsocket] Design principles of WebSockets server for ICS

2012-03-06 Thread Stan
y with this approach. Best wishes, Stan -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] Design principles of WebSockets server for ICS

2012-03-04 Thread Stan
eparate http-request. WebSockets allow you to do the same without overheads on HTTP-headers, which may be very large in comparison with your data, if you're exchanging with small data elements. Best wishes, Stan -- francois.pie...@overbyte.be The author of the freeware multi-tier middleware

Re: [twsocket] Design principles of WebSockets server for ICS

2012-03-04 Thread Stan
. I'll send what I have. Angus Best wishes, Stan -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

[twsocket] Design principles of WebSockets server for ICS

2012-03-04 Thread Stan
ad to hear your opinions, considerations on which variant is the best, and suggestions on implementation. If the general consesus is that current design is sufficient for the moment, I'll send the sources to Francois. Best wishes, Stan -- To unsubscribe or change your settings for TWSocket mailing l

[twsocket] OFF: string issues while porting WebSockets server to BDS 2010

2012-02-28 Thread Stan
" interferences, or how can I pack bytes in a AnsiString without using Chr? Thanks in advance, Stan -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] OFF: string issues while porting WebSockets server to BDS 2010

2012-02-28 Thread Stan
Apologies for the disturbance, I've found the solution - AnsiChar. Now all is working fine. - Original Message - From: Stan To: ICS support mailing Sent: Tuesday, February 28, 2012 10:43 PM Subject: OFF: string issues while porting WebSockets server to BDS 2010 Hi, I h

Re: [twsocket] WebSockets server

2011-12-11 Thread Stan
ot of sources out there. I just wonder if someone already implemented this for ICS. Best wishes, Stan - Original Message - From: "Pierre Y." To: "ICS support mailing" Sent: Sunday, December 11, 2011 6:30 PM Subject: Re: [twsocket] WebSockets server There is somet

[twsocket] WebSockets server

2011-12-11 Thread Stan
Hi everybody, Does probably someone have a WebSockets server implemenation for ICS? Thanks in advance. Stan -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] ICS in DLL. My report about results

2011-07-17 Thread Stan
It depends. In brief, https://forums.embarcadero.com/thread.jspa?threadID=51152. It seems, that static and dynamic linkage of a dll determines the way how the sections work. Please, correct me, if I'm wrong. Best whishes, Stan. - Original Message - From: "Anton S.&qu

Re: [twsocket] ICS in DLL. My report about results

2011-07-15 Thread Stan
;t you use initialization/finalization sections? Best wishes, Stan -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be