[freenet-dev] First status report of my GSoC project

2009-06-17 Thread Thomas Bruderer
Very nice! sashee wrote: > When I said pushng, I meant pushing, really. It is achieved via long > polling, means that the browser makes a connection, and the server > wait till data changes. If it does, then it replies, and the browser > opens another connection. So a data change triggers it, and

[freenet-dev] First status report of my GSoC project

2009-06-17 Thread sashee
When I said pushng, I meant pushing, really. It is achieved via long polling, means that the browser makes a connection, and the server wait till data changes. If it does, then it replies, and the browser opens another connection. So a data change triggers it, and not just frequent polling. sashee

[freenet-dev] First status report of my GSoC project

2009-06-17 Thread Thomas Bruderer
sashee wrote: This sounds very promising :) and it is certainly a nice feature we all will appreciate very much. However I have a rather technical questions out of curiousity, you talk several times about "pushing" the content. > It is accomplished with ajax requests and javascript at the clie

[freenet-dev] First status report of my GSoC project

2009-06-17 Thread sashee
On Wed, Jun 17, 2009 at 3:09 PM, Matthew Toseland wrote: > On Wednesday 17 June 2009 13:27:10 sashee wrote: >> Hello everybody! >> >> This is time for my first status report, because mid-term evals are >> approaching. >> >> Some introduction, what I'm doing exactly. My project is to introduce >> w

[freenet-dev] First status report of my GSoC project

2009-06-17 Thread sashee
Hello everybody! This is time for my first status report, because mid-term evals are approaching. Some introduction, what I'm doing exactly. My project is to introduce web pushing to the web interface. That actually means, that the data displayed are refreshed automatically, without the need to r

[freenet-dev] First status report of my GSoC project

2009-06-17 Thread Matthew Toseland
On Wednesday 17 June 2009 13:27:10 sashee wrote: > Hello everybody! > > This is time for my first status report, because mid-term evals are > approaching. > > Some introduction, what I'm doing exactly. My project is to introduce > web pushing to the web interface. That actually means, that the d

Re: [freenet-dev] First status report of my GSoC project

2009-06-17 Thread Thomas Bruderer
Very nice! sashee wrote: When I said pushng, I meant pushing, really. It is achieved via long polling, means that the browser makes a connection, and the server wait till data changes. If it does, then it replies, and the browser opens another connection. So a data change triggers it, and not ju

Re: [freenet-dev] First status report of my GSoC project

2009-06-17 Thread sashee
When I said pushng, I meant pushing, really. It is achieved via long polling, means that the browser makes a connection, and the server wait till data changes. If it does, then it replies, and the browser opens another connection. So a data change triggers it, and not just frequent polling. sashee

Re: [freenet-dev] First status report of my GSoC project

2009-06-17 Thread Thomas Bruderer
sashee wrote: This sounds very promising :) and it is certainly a nice feature we all will appreciate very much. However I have a rather technical questions out of curiousity, you talk several times about "pushing" the content. It is accomplished with ajax requests and javascript at the cl

Re: [freenet-dev] First status report of my GSoC project

2009-06-17 Thread sashee
On Wed, Jun 17, 2009 at 3:09 PM, Matthew Toseland wrote: > On Wednesday 17 June 2009 13:27:10 sashee wrote: >> Hello everybody! >> >> This is time for my first status report, because mid-term evals are >> approaching. >> >> Some introduction, what I'm doing exactly. My project is to introduce >> w

Re: [freenet-dev] First status report of my GSoC project

2009-06-17 Thread Matthew Toseland
On Wednesday 17 June 2009 13:27:10 sashee wrote: > Hello everybody! > > This is time for my first status report, because mid-term evals are > approaching. > > Some introduction, what I'm doing exactly. My project is to introduce > web pushing to the web interface. That actually means, that the d

[freenet-dev] First status report of my GSoC project

2009-06-17 Thread sashee
Hello everybody! This is time for my first status report, because mid-term evals are approaching. Some introduction, what I'm doing exactly. My project is to introduce web pushing to the web interface. That actually means, that the data displayed are refreshed automatically, without the need to r