similar to: Revisiting deployment on a dedicated server

Displaying 20 results from an estimated 400 matches similar to: "Revisiting deployment on a dedicated server"

2013 Apr 09
3
Real-time events with WebSockets and fallbacks?
Does Rails have anything that supports real-time events and communication with WebSockets and gracefully fallbacks to other techniques if WebSockets are not supported? I would like the possibility to pub/sub events and messages for live chats and real time notifications. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To
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
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 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
2005 Dec 13
3
Forcing the session-id
We''re going to have problems keeping cookies across domains. We want people to shop in one domain (e.g. "booksareus.com") and then checkout on the same server securely under a different domain (e.g. "greatbooks.com"). When we make the jump to the secure domain (the checkout link) can we submit the user''s session ID along with it and have it
2005 Aug 17
53
Everyone wants a RoR framework
It seems like everyone now has a RoR type framework: Perl: http://dev.catalyst.perl.org/ PHP: http://cakephp.org/ Python: http://www.django.com ASP.NET: http://www.castleproject.org/index.php/Main_Page etc., etc. Has a revolution begun with the birth of these "Web 2.0" frameworks? Its going to be interesting when the tech media begins its mass hype like it did SOAP, XML, etc. a
2005 May 06
0
To receive faxes on a dedicated extention and to forward them to a dedicated e-mail
Hi list, has someone a clear complete and systematic overview over what libs, compiler versions, etc. are really necessary to enable fax receiving and forwarding via e-mail with asterisk and spandsp? As a "non-kernel-hacker" I'm running a bit confused and find it all a bit unclear and not too systematic?! %) It is remarkable how many and various errors can be produced by different
2011 Jun 06
1
dom0 dedicated memory Xen dom0 dedicated memory and preventing dom0 memory ballooning
I''m trying to configure GRUB to allocate fixed amount of dedicated memory to dom0, according to this best practices thread (http://wiki.xensource.com/xenwiki/XenBestPractices | "Xen dom0 dedicated memory and preventing dom0 memory ballooning "). When I reboot, dom0 has the fixed amount of memory as it was configured, but neither xm info shows the rest of memory available
2006 Mar 19
0
wishlist: revisiting subdomain access in routes.rb
Several folks on the list have, over time, expressed interest in being able to access the subdomain info inside routes.rb. This was discussed in great detail late last year by several folks: http://wrath.rubyonrails.org/pipermail/rails/2006-January/008114.html In summary, routes can''t access the domain, so your best bet is to stick a before_filter in your application.rb. This
2007 Mar 16
1
Revisiting multiple plots
Suppose I create a multiple plot with zoo, using: index <- ISOdatetime(2004, rep(1:2, 5), sample(28, 10), 0, 0, 0) foo <- zoo(rnorm(10), index) for (i in 1:9) { data <- rnorm(10) z1 <- zoo(data, index) foo <- cbind(foo, z1) } plot(foo) This creates 10 plots on one device, one for each column in foo. Now I want to go back and use abline to draw a line at the mean on each of
2019 Jul 29
0
Revisiting the PHP binding license issues
Le vendredi 26 juillet 2019 à 14:01 +0100, Peter Bowyer a écrit : > Hello, > > I would like to see Xapian used more widely in the PHP community. I would like that too. We recently removed a Xapian searching feature from our Free Software because it required a process too complex for most of our users to install it (and update it) on their servers. [...] > The GPL FAQ says at >
2020 Mar 10
1
Revisiting minimum OCaml version
Previously discussed: https://www.redhat.com/archives/libguestfs/2017-September/msg00203.html Currently libguestfs and virt-v2v require OCaml >= 4.01. (That's perhaps theoretical, as I don't think anyone is really compiling them with such an old compiler). This causes a bunch of trouble. To my mind the major things are: - Having to have the "Bytes" compatibility module
2008 Sep 26
1
Revisiting Samba's interaction with LDAP's ppolicy overlay
Hey folks, Some months back, I entertained a conversation with Volker Lendecke, Adam Tauno Williams, and Simo Sorce about getting Samba to play nice with LDAP's ppolicy overlay. (Thread starts here: http://www.mail-archive.com/samba@lists.samba.org/msg92134.html and ends here: http://www.mail-archive.com/samba@lists.samba.org/msg92214.html) I was wondering if any progress had been made
2001 Mar 08
0
revisiting the multiple users using single smbd process
We have about 10 citrix servers (WTS 4.0, Citrix 1.8 SP2) that connect up to our file server (Enterprise 3500 Running Solaris 2.6 and Samba 2.0.7). The smb connection to the file server exists as a single smbd process for each citrix server. We belive this is causing a couple of different problems. We've applied the registry "fix" as indicated in the samba digests'.
2005 Jan 14
2
Revisiting SMB and SMP
Hi Samba List, I did a little sniffing around for issues between samba and SMP, but didn't seem to come across any that dealt with the behavior I'm seeing. The general question is: Does samba work correctly in an SMP environment? Apparently OOB it doesn't...but is there a way to make it work? The specifics of my situation are as follows: - Custom-built Debian Sarge
2013 Feb 12
1
revisiting #613643 - Should include/nut_version.h be removed from nut_2.4.3.orig.tar.gz?
Regid, You suggested we remove nut_version.h from the .orig.tar.gz for NUT: <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613643> The original intent was that nut_version.h would be generated from "make dist" (or "make distcheck*") when the official nut-X.Y.Z.tar.gz tarball is created. At that point, it is safe to assume that there is no longer any local version
2006 May 06
0
Dedicated ROR server and security
Hi all, I am trying to set up a dedicated Ruby on Rails server on Debian Sarge, with Apache 2 and mod_fcgid. There are 2-3 applications on this server, using virtual hosts. For now, everything works fine. However, I would like to secure this a little bit more. What I would like is to prevent one of the web apps to run a shell command to read one of the other app''s source file, or
2008 Mar 03
2
recommendation for Virtual Dedicated Server based on Centos
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Debian Users I am searching for a virtual server/rootserver. I prefer a Xen instance, but also vservers are acceptable. Will be host a small Wiki - nothing mission critical. Here my criteria - - about 20 $ monthly - - payable with Credit Card or PayPal - - about 12 GB diskspace - - about 256 MB RAM - - about 350 GB monthly data transfer - -
2008 Sep 22
4
dedicated usb support
hi wine user group I try to run a model aircraft simulator (aerofly professional deluxe) with wine. the installation was a success. after that, I can start the simulator but it doesn't identify the usb game commander (at least a 4 channel usb device). but the kde desktop control center detect the right device IPACS Ikarus Gamecommander (/dev/input/js1). how I get support for this device