Displaying 20 results from an estimated 200 matches similar to: "Real-time events with WebSockets and fallbacks?"
2013 Apr 01
1
Revisiting deployment on a dedicated server
I''m in the midst of a few new Rails deployments as well as being tasked to revise an existing older deployment to help improve performance.
So, I''m wondering what sort of setup is preferable these days for a dedicated server? The basics I''m aiming to start with are the latest CentOS/RHEL, PostgreSQL, Ruby 2.x, Rails and Apache.
Is Passenger still the way to go these
2010 Jan 22
7
Is it possible that xenoprof active domain profiling using pvops jeremy''s kernel
my system configuration
xen 3.4.2, oprofile 0.9.5( xenoprof patched ), dom0( jeremy''s pvops
kernel 2.6.31.6 - patched dullor''s xenoprof patch ), domU( vanilla kernel
2.6.32 with paravirt enabled ), distribution( ubuntu 9.10 )
In passive mode, xenoprof seems to work well, opreport showed good
information.
but, in active mode, it seems not to be done correctly.
my command is
2013 May 20
6
MapServer setup with rails in ubuntu 12.04
Hi i have one rails application in which i need to setup the mapserver i
have added the gem https://github.com/sourcepole/ruby_mapscript
but while running the command
require "rubygems"
require "ruby_mapscript"
include Mapscript
it use to tell me
LoadError (cannot load such file -- mapscript):
can anybudy help me on this
Thanks in Advance
Arvind
--
You received
2011 Jun 15
0
[LLVMdev] Connection llvm ir
> for example:
> 1. Turn C/C++ language into C_llvmIR assembly language using Clang
> 2. Turn Fortran language into Fortran_llvmIR assembly language using
> Dragonegg
> 3. Turn Python language into Python_llvmIR assembly language using
> Unladen-Swallow
> 4. Connect each llvm IR
>
> Is this possible?
I guess you want to link LLVM IR generated for different language
2011 Jun 15
4
[LLVMdev] Connection llvm ir
I want to connect each llvm ir
for example:
1. Turn C/C++ language into C_llvmIR assembly language using Clang
2. Turn Fortran language into Fortran_llvmIR assembly language using
Dragonegg
3. Turn Python language into Python_llvmIR assembly language using
Unladen-Swallow
4. Connect each llvm IR
Is this possible?
Wonjun, Choi
-------------- next part --------------
An HTML attachment was
2013 Mar 21
3
Single page application authentication and authorization
How would I do authentication and authorization in a single page
application running with Rails as the backend?
Any recommendations?
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
2011 Jun 15
2
[LLVMdev] Connection llvm ir
I want to call C function from fortran or call fortran function from C.
2011년 6월 15일 오전 11:59, 陳韋任 <chenwj at iis.sinica.edu.tw>님의 말:
> > for example:
> > 1. Turn C/C++ language into C_llvmIR assembly language using Clang
> > 2. Turn Fortran language into Fortran_llvmIR assembly language using
> > Dragonegg
> > 3. Turn Python language into Python_llvmIR
2020 May 29
0
Re: Provide NBD via Browser over Websockets
On Fri, May 29, 2020 at 08:58:06AM -0500, Eric Blake wrote:
> On 5/29/20 8:50 AM, Daniel P. Berrangé wrote:
>
> >>>(2) You need to persuade qemu's NBD client to read from a WebSocket.
> >>>I didn't really know anything about WebSockets until today but it
> >>>seems as if they are a full-duplex protocol layered on top of HTTP [a].
>
2011 Feb 08
1
Rails and WebSockets
I''m thinking of starting on a Ruby website that uses WebSockets, and
perhaps working some on a server for it beforehand. Is good support
for asynchronous connections something I could work on adding to the
Rails core? Is it feasible? Desired? As I understand it, Rails plugins
like Juggernaut [1] aren''t going to optimally support async, since
they can''t re-architecture
2018 Oct 13
0
Re: Provide NBD via Browser over Websockets
[adding nbdkit readers]
On 10/13/18 1:39 PM, Eric Wheeler wrote:
> Hello all,
>
> It might be neat to attach ISOs to KVM guests via websockets. Basically
> the browser would be the NBD "server" and an NBD client would run on the
> hypervisor, then use `virsh change-media vm1 hdc --insert /dev/nbd0` could
> use an ISO from my desk to boot from.
Are you using qemu as
2020 May 29
0
Re: Provide NBD via Browser over Websockets
Going back to the original email from 2018:
> It might be neat to attach ISOs to KVM guests via websockets. Basically
> the browser would be the NBD "server" and an NBD client would run on the
> hypervisor, then use `virsh change-media vm1 hdc --insert /dev/nbd0` could
> use an ISO from my desk to boot from.
>
> Here's an HTML5 open file example:
>
2020 May 29
0
Re: Provide NBD via Browser over Websockets
On Fri, May 29, 2020 at 07:50:14AM -0500, Eric Blake wrote:
> [adding qemu list]
>
> On 5/29/20 4:37 AM, Richard W.M. Jones wrote:
> > Going back to the original email from 2018:
> >
> > > It might be neat to attach ISOs to KVM guests via websockets. Basically
> > > the browser would be the NBD "server" and an NBD client would run on the
2020 May 30
0
Re: Provide NBD via Browser over Websockets
On Fri, May 29, 2020 at 09:08:29PM +0000, Eric Wheeler wrote:
> On Fri, 29 May 2020, Richard W.M. Jones wrote:
> > On Fri, May 29, 2020 at 08:58:06AM -0500, Eric Blake wrote:
> > > On 5/29/20 8:50 AM, Daniel P. Berrangé wrote:
> > >
> > > >>>(2) You need to persuade qemu's NBD client to read from a WebSocket.
> > > >>>I
2015 Jan 29
3
SSH over websockets
Hi all,
I can't find a working archive search for this list, so please forgive me
if this has been discussed before.
Has any thought been given to supporting websockets in the ssh client? I'm
talking about solely using a websocket as the transport layer, and leaving
the actual protocol intact, as opposed to the (to me, frankly terrifying)
idea of allowing a web server to act as an ssh
2012 Aug 07
1
Asterisk & Websockets
Hi everyone,
I'm currently trying to play a little with WebRTC using sipml5 client and
Asterisk trunk (370821)
It seems the the WebRTC implementation for Asterisk 11 is already available
in the trunk? Am I right?
http://lists.digium.com/pipermail/asterisk-dev/2012-July/055940.html
I'm having trouble to even register to my Asterisk server using sipml5
client.
The only reference to
2014 Mar 01
0
Rails AJAX slow compared to Node.js and websockets complex to implement in rails ?
I have heard alot about Node.js and watched a few tutorials and read some
stuff. I get the impression that in certain situations AJAX calls with
node.js is alot faster than with rails. I also have somewhat of an
impression that with Rails web sockets are complicated to implement but
with node.js web sockets might be alot easier.
I am trying to figure out if I should learn some node.js or
2017 Mar 06
2
base64 response for websockets
I'm trying to generate the correct response to a websocket connect.
The websocket connect is:
GET /chat HTTP/1.1
Host: example.com:8000
Upgrade: websocket
Connection: Upgrade
Sec-WebSocket-Key: dGhlIHNhbXBsZSBub25jZQ==
Sec-WebSocket-Version: 13
So I take the Sec-WebSocket-Key above and add the extra part and put that
in /tmp/sha1
dGhlIHNhbXBsZSBub25jZQ==258EAFA5-E914-47DA-95CA-C5AB0DC85B11
2017 Mar 06
0
base64 response for websockets
I finally found it.
echo -n ${key}258EAFA5-E914-47DA-95CA-C5AB0DC85B11|openssl dgst -sha1
-binary|base64
Thanks,
Jerry
2020 May 28
0
Re: Provide NBD via Browser over Websockets
On Thu, May 28, 2020 at 12:24:22AM +0000, Eric Wheeler wrote:
> On Mon, 15 Oct 2018, Nir Soffer wrote:
> > On Sat, Oct 13, 2018 at 9:45 PM Eric Wheeler <nbd@lists.ewheeler.net> wrote:
> > Hello all,
> >
> > It might be neat to attach ISOs to KVM guests via websockets. Basically
> > the browser would be the NBD "server" and an
2020 May 29
2
Re: Provide NBD via Browser over Websockets
On 5/29/20 8:50 AM, Daniel P. Berrangé wrote:
>>> (2) You need to persuade qemu's NBD client to read from a WebSocket.
>>> I didn't really know anything about WebSockets until today but it
>>> seems as if they are a full-duplex protocol layered on top of HTTP [a].
>>> Is there a WebSocket proxy that turns WS into plain TCP (a bit like
>>>