World: r3wp
[!Cheyenne] Discussions about the Cheyenne Web Server
older newer | first last |
Henrik 7-Jan-2010 [7290] | and you can cancel at any time, if you don't like it. |
Carl 7-Jan-2010 [7291] | This actually looks pretty good. I was leaning toward Amazon... but... |
Henrik 7-Jan-2010 [7292] | I chose Linode, because they offer a bit more for the same money. But it's probably a matter of taste. |
Carl 7-Jan-2010 [7293] | If can cancel anytime, then why not try both? |
Henrik 7-Jan-2010 [7294] | well, go ahead :-) redundancy is good. |
Carl 7-Jan-2010 [7295] | This is quite interesting, esp if we can run REBOL as the primary services. |
Pekr 7-Jan-2010 [7296] | Carl - how goes rebol.com redesign? Do you have any gfx proposals already? |
Graham 7-Jan-2010 [7297] | Amazon is Small Instance (Default) 1.7 GB of memory, 1 EC2 Compute Unit (1 virtual core with 1 EC2 Compute Unit), 160 GB of local instance storage, 32-bit platform If you commit to a 3 year term it is only $300 per year |
Pekr 7-Jan-2010 [7298] | maybe we should move out of this group? |
Carl 7-Jan-2010 [7299] | P: yes, move to other group. I will respond. |
Graham 7-Jan-2010 [7300] | $300 vs linode of $240 pa. |
Terry 7-Jan-2010 [7301] | Forget all that.. think WEBSOCKETS! |
Carl 7-Jan-2010 [7302] | Question: what about connect latency? |
Graham 7-Jan-2010 [7303] | moving to ~science |
Henrik 7-Jan-2010 [7304] | Carl, I already do. You can see my site at: http://97.107.135.89/www.hmkdesign.dk/project.rsp?id=vid-ext-kit&page=info |
Carl 7-Jan-2010 [7305] | Frankly, the biggest problem I have is long lags/dropouts on connection times. |
Graham 7-Jan-2010 [7306x2] | Is this for altme? |
or IOS? | |
Carl 7-Jan-2010 [7308x2] | H: cool. Cheyenne. |
G: all. | |
Graham 7-Jan-2010 [7310] | My site on EC2 is private .. http://gchiu.no-ip.biz:8000/ |
Dockimbel 7-Jan-2010 [7311] | Henrik: nice! |
Graham 7-Jan-2010 [7312] | I'm hosting 5 virtual sites on mine using Cheyenne ... |
Henrik 7-Jan-2010 [7313] | Carl, all I can say is that I've had much fewer connection dropouts with my Linode than what I observe through AltME. It may not reflect your situation, but it just looks far more stable to me. Also you can specify where you want your server placed, and so have multiple accounts in different physical locations. |
Carl 7-Jan-2010 [7314] | H: This AltME world runs from a different provider (via rebol.net), so is not typical. |
Henrik 7-Jan-2010 [7315] | Dockimbel, yep, nice and stable. Love it. |
Carl 7-Jan-2010 [7316x2] | I'd be quite interested in testing R3 Chat on Cheyenne. Right now, it must drive the rebol.net server crazy on CGI. |
(It pipes all R3 Chat connections via a CGI proxy.) | |
Graham 7-Jan-2010 [7318x2] | Amazon charge only for uptime .. at 8c an hour. |
So, you can test for a couple of hours and then quit. Want to run a windows 2003 or 2008 server to test? Start them up and pay 12 c an h our. | |
Terry 7-Jan-2010 [7320] | CGI proxy? They still make that stuff ;) |
Graham 7-Jan-2010 [7321x2] | Much more flexible I suspect than Linode or Slicehost |
but costs a little more. | |
Carl 7-Jan-2010 [7323] | T: yep. Blast from the past. |
Terry 7-Jan-2010 [7324x2] | Hey, its 2010.. where's my flying car they promised back in the 60's? |
Carl, you have any thoughts on websockets? | |
Maxim 7-Jan-2010 [7326] | With linode you can actually do fancy multi-host redundancy stuff or auto reboot on some conditions, etc. their control panel is also extremely well made. you can setup your server (out a good variety of POSIX OSes) in a matter of minutes. |
TomBon 7-Jan-2010 [7327] | I am using both, slicehost and linode since a year now. very good virtualisation with both of them. flash, mysql very stable, even a big mysql-server with only 384mb ram is running fine. linode has a better control panel, slicehost feels a little faster. there is also another candidate for virt-hosting. gandi, located in france if somebody likes europe :-) scalable via virt-shares. https://www.gandi.net/hosting |
Graham 7-Jan-2010 [7328] | Amazon allows you free db storage in multiple redundant locations |
Terry 7-Jan-2010 [7329x2] | Speaking of threads.. Along with Websockets, HTML 5 comes with Webworkers (supported by Chrome as well) Workers provide a simple means for web content to run scripts in background threads. Once created, a worker can send messages to the spawning task by posting messages to an event handler specified by the creator. The worker thread can perform tasks without interfering with the user interface. In addition, they can perform I/O using XMLHttpRequest (although the responseXML and channel attributes are always null). The Worker interface spawns real OS-level threads, and concurrency can cause interesting effects in your code if you aren't careful. https://developer.mozilla.org/En/Using_web_workers |
Here's a great webworker article / demo http://blog.mozbox.org/post/2009/04/10/Web-Workers-in-action | |
Maxim 7-Jan-2010 [7331] | that is nice! |
Terry 7-Jan-2010 [7332x3] | Need to try an experiment where a worker thread sends an AJAX request to an RSP page, which in turns pushes back via websocket :) |
Hmm, maybe Chrome 4 isn't there yet after all? | |
Nope, wrong again.. workers are fine in Chrome.. that last demo only works with FF Here's some other demos on Resig's page http://ejohn.org/blog/web-workers/ | |
Terry 8-Jan-2010 [7335x3] | Here's some code that uses flash as a websocket proxy for browsers that don't support websockets http://github.com/gimite/web-socket-js Needs some tweaking, particularly with ports. |
Demo.. pushing sound to all ports http://shinyrockets.com/echo.html | |
Uses the HTML 5 <audio> tag. Non-blocking. Open up 4 or 5 tabs and you get a flock :) | |
amacleod 8-Jan-2010 [7338] | Not getting any sound, Terry.. using chrome4 |
Terry 8-Jan-2010 [7339] | hmm |
older newer | first last |