Re: [twsocket] HttpServer and Server-push?

2011-10-23 Thread Francois PIETTE
Why don't you announce it on your web site and this list with an announcement? It is announced since we are talking about it. But obviously, you used the wrong conversation and the wrong subject. Please note that I have not said that I will do it. Let's first see how much money we can collect.

Re: [twsocket] HttpServer and Server-push?

2011-10-23 Thread Fastream Technologies
Why don't you announce it on your web site and this list with an announcement? Best Regards, SZ On Sat, Oct 22, 2011 at 17:02, Francois PIETTE wrote: > I think we all need SPDY support: >>> http://en.wikipedia.org/wiki/**SPDY >>> > Interesting. Why

Re: [twsocket] HttpServer and Server-push?

2011-10-22 Thread Francois PIETTE
I think we all need SPDY support: http://en.wikipedia.org/wiki/SPDY Interesting. Why don't you start the development ? Using TSSLWSocket should be OK for that purpose. Unfortunately I do not have that much time. Why don't we collect some donation from members for some dedicated coder to im

Re: [twsocket] HttpServer and Server-push?

2011-10-22 Thread Fastream Technologies
I hope they -especially MS- won't come up with an alternative "standard"! Best Regards, SZ On Sat, Oct 22, 2011 at 16:23, Angus Robertson - Magenta Systems Ltd < an...@magsys.co.uk> wrote: > > > I think we all need SPDY support: > > > http://en.wikipedia.org/wiki/SPDY > > > > Interesting. Why don

Re: [twsocket] HttpServer and Server-push?

2011-10-22 Thread Angus Robertson - Magenta Systems Ltd
> > I think we all need SPDY support: > > http://en.wikipedia.org/wiki/SPDY > > Interesting. Why don't you start the development ? Except that it not supported by Internet Explorer or official Firefox releases. Angus -- To unsubscribe or change your settings for TWSocket mailing list please go

Re: [twsocket] HttpServer and Server-push?

2011-10-22 Thread Fastream Technologies
Unfortunately I do not have that much time. Why don't we collect some donation from members for some dedicated coder to implement this just as we did for ICS-SSL? Fastream can donate $600 to it for client and server. Best Regards, SubZero On Sat, Oct 22, 2011 at 14:51, Francois PIETTE wrote: > >

Re: [twsocket] HttpServer and Server-push?

2011-10-22 Thread Francois PIETTE
I think we all need SPDY support: http://en.wikipedia.org/wiki/SPDY Interesting. Why don't you start the development ? Using TSSLWSocket should be OK for that purpose. -- francois.pie...@overbyte.be The author of the freeware multi-tier middleware MidWare The author of the freeware Internet

Re: [twsocket] HttpServer and Server-push?

2011-10-22 Thread Fastream Technologies
I think we all need SPDY support: http://en.wikipedia.org/wiki/SPDY http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php Best Regards, SZ On Fri, Oct 21, 2011 at 21:18, Angus Robertson - Magenta Systems Ltd < an...@magsys.co.uk> wrote: > > I presume there is another

Re: [twsocket] HttpServer and Server-push?

2011-10-21 Thread Angus Robertson - Magenta Systems Ltd
> I presume there is another way to get to the posted data apart from > the method demonstrated in the webserver demo? I have updated the web server demo with a new page delayed.html which is sent after a 10 second delay using a timer, as I previously explained you need to use. This is actually

Re: [twsocket] HttpServer and Server-push?

2011-10-20 Thread Angus Robertson - Magenta Systems Ltd
> Setting the flag to hgWillSendMySelf prevents the PostedData event > from firing. Yes, that related to GET, you use hgAcceptData for POST. > > I presume there is another way to get to the posted data apart from > the method demonstrated in the webserver demo? Not looked at what the demo doe

Re: [twsocket] HttpServer and Server-push?

2011-10-20 Thread Hedges, Chris
: twsocket@elists.org Subject: Re: [twsocket] HttpServer and Server-push? > I'm still using the WebServer demo (although much cut down) to try > and Add in the changes you suggested. That's fine. > i.e. in the PostDocument > Flags := hgAcceptData; <--- PostedData wont f

Re: [twsocket] HttpServer and Server-push?

2011-10-19 Thread Angus Robertson - Magenta Systems Ltd
> I'm still using the WebServer demo (although much cut down) to try > and Add in the changes you suggested. That's fine. > i.e. in the PostDocument > Flags := hgAcceptData; <--- PostedData wont fire unless this is > set. > ClientCnx.KeepAlive := True; What about the code to send the XM

Re: [twsocket] HttpServer and Server-push?

2011-10-19 Thread Hedges, Chris
ngus Robertson - Magenta Systems Ltd Sent: 19 October 2011 16:44 To: twsocket@elists.org Subject: Re: [twsocket] HttpServer and Server-push? > Does anyone have a working example of this I could look at? An example of what, a web server? Or use of a timer? I actually added a timer to my own

Re: [twsocket] HttpServer and Server-push?

2011-10-19 Thread Angus Robertson - Magenta Systems Ltd
> Does anyone have a working example of this I could look at? An example of what, a web server? Or use of a timer? I actually added a timer to my own web server yesterday, to delay sending a 404 error by 30 seconds to any hackers that try and open a PHP page, to slow down their probing. Ang

Re: [twsocket] HttpServer and Server-push?

2011-10-19 Thread Hedges, Chris
- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of Francois PIETTE Sent: 18 October 2011 17:23 To: ICS support mailing Subject: Re: [twsocket] HttpServer and Server-push? > I then need to be able to send HTTP messages (xml documents) back from > the serv

Re: [twsocket] HttpServer and Server-push?

2011-10-18 Thread Francois PIETTE
I then need to be able to send HTTP messages (xml documents) back from the server to the client periodically or as and when I need to, down the already open connection. The client still needs to be able to respond to these messages. Since you seems to control both client and server side, I wonde

Re: [twsocket] HttpServer and Server-push?

2011-10-18 Thread Angus Robertson - Magenta Systems Ltd
> So, do I need to do the same for PostDocument? The webserver example > uses PostDocument and PostedData. Yes, you have to handle the different methods yourself, although HEAD and GET can use the same handle, just don't send any data with HEAD. > The PostDocument event in the demo requires the F

Re: [twsocket] HttpServer and Server-push?

2011-10-18 Thread Hedges, Chris
;) Thanks for your valuable input! Chris. -Original Message- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of Angus Robertson - Magenta Systems Ltd Sent: 18 October 2011 14:23 To: twsocket@elists.org Subject: Re: [twsocket] HttpServer and Server-push

Re: [twsocket] HttpServer and Server-push?

2011-10-18 Thread Angus Robertson - Magenta Systems Ltd
> I then need to be able to send HTTP messages (xml documents) back > from the server to the client periodically In the GetDocument event, for your specific path/URL you need to set: Flags := hgWillSendMySelf; RemoteClient.KeepAlive = TRUE; so the server does nothing more but leaves the connec

[twsocket] HttpServer and Server-push?

2011-10-18 Thread Hedges, Chris
Hi everyone, I'm very new to ICS as I've primarily used Indy in the past. I'm currently investigating if I can open a HTTP connection using a THTTPCli to a THTTPServer and keep the connection open until I chose to close it (keep-alive?). I then need to be able to send HTTP messages