Re: [WebDNA] HTTP Streaming -- impossible?

This WebDNA talk-list message is from

2010


It keeps the original formatting.
numero = 105568
interpreted = N
texte = > It's a system designed for high concurrency > communications between browser and server. The chat demo is interesting, it's fast but only had two users when I tested it ... and I cannot find documentation that explains how to install, configure or modify it. Do you have any experience with this software in a high concurrency environment? I ask because someone posted that it "slows down" when more people are using it. > It consists of client side javascript that connect to a server. The web page say it uses javascript as the server, too. Sincerely, Kenneth Grome > It's a system designed for high concurrency communications between browser and server. It consists of client side javascript that connect to a server. > > Example apps here: > > http://wiki.github.com/ry/node/ > > Thanks, > > Jesse Proudman > Blue Box Group, LLC > p. 800-613-4305 x 801 > www.blueboxgrp.com > > On Jul 12, 2010, at 2:11 PM, Kenneth Grome wrote: > > > What is this? A tcp server that runs in javascript on the client machine? > > > > Sincerely, > > Kenneth Grome > > > > > > > > > > > > > > > >> You may want to look at node.js: > >> > >> http://nodejs.org/ > >> > >> Thanks, > >> > >> Jesse Proudman > >> Blue Box Group, LLC > >> p. 800-613-4305 x 801 > >> www.blueboxgrp.com > >> > >> On Jul 12, 2010, at 12:35 PM, Kenneth Grome wrote: > >> > >>>> How does the XMLHTTPRequest know when the file > >>>> has changed on the server? It needs to know this so > >>>> it can download the new and updated file, right? > >>> > >>> In other words, the XMLHTTPRequest still has to send a request to the server every second, right? > >>> > >>> I mean, it does *not* keep the connection open all the time (so it can constantly retrieve the changed file content from the server) does it? > >>> > >>> Sincerely, > >>> Kenneth Grome > >>> > >>> > >>> > >>> --------------------------------------------------------- > >>> This message is sent to you because you are subscribed to > >>> the mailing list . > >>> To unsubscribe, E-mail to: > >>> archives: http://mail.webdna.us/list/talk@webdna.us > >>> Bug Reporting: support@webdna.us > >> > >> > >> --------------------------------------------------------- > >> This message is sent to you because you are subscribed to > >> the mailing list . > >> To unsubscribe, E-mail to: > >> archives: http://mail.webdna.us/list/talk@webdna.us > >> Bug Reporting: support@webdna.us > >> > > --------------------------------------------------------- > > This message is sent to you because you are subscribed to > > the mailing list . > > To unsubscribe, E-mail to: > > archives: http://mail.webdna.us/list/talk@webdna.us > > Bug Reporting: support@webdna.us > > > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > Bug Reporting: support@webdna.us > Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] HTTP Streaming -- impossible? (Kenneth Grome 2010)
  2. Re: [WebDNA] HTTP Streaming -- impossible? (christophe.billiottet@webdna.us 2010)
  3. Re: [WebDNA] HTTP Streaming -- impossible? (Kenneth Grome 2010)
  4. Re: [WebDNA] HTTP Streaming -- impossible? (Kenneth Grome 2010)
  5. Re: [WebDNA] HTTP Streaming -- impossible? (Kenneth Grome 2010)
  6. Re: [WebDNA] HTTP Streaming -- impossible? (Govinda 2010)
  7. Re: [WebDNA] HTTP Streaming -- impossible? (sal danna 2010)
  8. Re: [WebDNA] HTTP Streaming -- impossible? (Jesse Proudman 2010)
  9. Re: [WebDNA] HTTP Streaming -- impossible? (Kenneth Grome 2010)
  10. Re: [WebDNA] HTTP Streaming -- impossible? (Jesse Proudman 2010)
  11. Re: [WebDNA] HTTP Streaming -- impossible? (Kenneth Grome 2010)
  12. Re: [WebDNA] HTTP Streaming -- impossible? (Govinda 2010)
  13. Re: [WebDNA] HTTP Streaming -- impossible? (Kenneth Grome 2010)
  14. Re: [WebDNA] HTTP Streaming -- impossible? (Brian Fries 2010)
  15. Re: [WebDNA] HTTP Streaming -- impossible? (Kenneth Grome 2010)
  16. Re: [WebDNA] HTTP Streaming -- impossible? (Kenneth Grome 2010)
  17. Re: [WebDNA] HTTP Streaming -- impossible? (Marc Thompson 2010)
  18. Re: [WebDNA] HTTP Streaming -- impossible? (sal danna 2010)
  19. Re: [WebDNA] HTTP Streaming -- impossible? (Lawrence 2010)
  20. Re: [WebDNA] HTTP Streaming -- impossible? (Kenneth Grome 2010)
  21. Re: [WebDNA] HTTP Streaming -- impossible? (Stuart Tremain 2010)
  22. Re: [WebDNA] HTTP Streaming -- impossible? (Kenneth Grome 2010)
  23. Re: [WebDNA] HTTP Streaming -- impossible? (Kenneth Grome 2010)
  24. Re: [WebDNA] HTTP Streaming -- impossible? (Stuart Tremain 2010)
  25. Re: [WebDNA] HTTP Streaming -- impossible? (sal danna 2010)
  26. [WebDNA] HTTP Streaming -- impossible? (Kenneth Grome 2010)
> It's a system designed for high concurrency > communications between browser and server. The chat demo is interesting, it's fast but only had two users when I tested it ... and I cannot find documentation that explains how to install, configure or modify it. Do you have any experience with this software in a high concurrency environment? I ask because someone posted that it "slows down" when more people are using it. > It consists of client side javascript that connect to a server. The web page say it uses javascript as the server, too. Sincerely, Kenneth Grome > It's a system designed for high concurrency communications between browser and server. It consists of client side javascript that connect to a server. > > Example apps here: > > http://wiki.github.com/ry/node/ > > Thanks, > > Jesse Proudman > Blue Box Group, LLC > p. 800-613-4305 x 801 > www.blueboxgrp.com > > On Jul 12, 2010, at 2:11 PM, Kenneth Grome wrote: > > > What is this? A tcp server that runs in javascript on the client machine? > > > > Sincerely, > > Kenneth Grome > > > > > > > > > > > > > > > >> You may want to look at node.js: > >> > >> http://nodejs.org/ > >> > >> Thanks, > >> > >> Jesse Proudman > >> Blue Box Group, LLC > >> p. 800-613-4305 x 801 > >> www.blueboxgrp.com > >> > >> On Jul 12, 2010, at 12:35 PM, Kenneth Grome wrote: > >> > >>>> How does the XMLHTTPRequest know when the file > >>>> has changed on the server? It needs to know this so > >>>> it can download the new and updated file, right? > >>> > >>> In other words, the XMLHTTPRequest still has to send a request to the server every second, right? > >>> > >>> I mean, it does *not* keep the connection open all the time (so it can constantly retrieve the changed file content from the server) does it? > >>> > >>> Sincerely, > >>> Kenneth Grome > >>> > >>> > >>> > >>> --------------------------------------------------------- > >>> This message is sent to you because you are subscribed to > >>> the mailing list . > >>> To unsubscribe, E-mail to: > >>> archives: http://mail.webdna.us/list/talk@webdna.us > >>> Bug Reporting: support@webdna.us > >> > >> > >> --------------------------------------------------------- > >> This message is sent to you because you are subscribed to > >> the mailing list . > >> To unsubscribe, E-mail to: > >> archives: http://mail.webdna.us/list/talk@webdna.us > >> Bug Reporting: support@webdna.us > >> > > --------------------------------------------------------- > > This message is sent to you because you are subscribed to > > the mailing list . > > To unsubscribe, E-mail to: > > archives: http://mail.webdna.us/list/talk@webdna.us > > Bug Reporting: support@webdna.us > > > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > Bug Reporting: support@webdna.us > Kenneth Grome

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

No Data (1997) Virtual hosting and webcatNT (1997) To Use Cookies or Not To Use Cookies (2003) Sku numbers (1997) cookie based login process (2004) SMSI (Scott) clues?? Bug fixes for next WebDNA release (2005) [WebDNA] Clean URLS job - will pay (2010) RE: OK, here goes... (1997) Deleting Orders (1997) date format (another question) (2000) Problems getting parameters passed into email. (1997) Superfilous Characters (1998) HELP WITH DATES (1997) authentication box not kicking in (2001) WebCat2: Items xx to xx shown, etc. (1997) Search or Lookup before Append (1998) Re[3]: 2nd WebCatalog2 Feature Request (1996) Using Plug-In while running 1.6.1 (1997) OFF-TOPIC: Check www.godaddy.com for me ... (2003) WebCat b15 Mac plug-in (1997)