similar to: Questions regarding architecture of a server-based image-processor deployed in ROR

Displaying 20 results from an estimated 4000 matches similar to: "Questions regarding architecture of a server-based image-processor deployed in ROR"

2006 May 25
3
No joy for newbie Capistrano user
Hello, I tried taking Capistrano out for a test drive and I can''t even get out of the garage. I am following the instructions here: http://manuals.rubyonrails.com/read/chapter/98#page262 As well as Duncan Davidson''s Deploying Rails with Lighty: Deploying Rails with LightTPDhttp://duncandavidson.com/essay/2005/12/railsonlighty Specifically, when I do: rake remote:exec
2006 Jun 30
2
Rather ominous resource consumption figures
Hello, Yesterday I posted about how to email from a worker. I decided to be a bit piggy and just inhale all of rails. Sorted. I am noticing some rather ominous behavior though. The setup: My worker takes an uploaded image as a param and passes it (via system call) to a C++ image processing engine. Take a look at these memory consumption figures for successive runs uploading the identical image
2006 Jun 30
2
Need to send email from a worker
Hello, Can someone suggest the simplest way to send email from a worker? At completion, I need to send the results of it''s work to a recipient. Thanks, Doug Turner skype: dduuggllaa -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20060629/94d9fb64/attachment.html
2006 Jun 03
1
Seek Rails Design Pattern for Photo Manipulation Service
Hello, I''ve built a powerful image manipulation engine in C++ that I want to deploy as a Web-based service for all to use. The idea is straight forward: Visit my site, submit a photo, select a visual treatment, press go, and receive the resultant photo via email. See samples here: http://www.flickr.com/photos/tags/theimageengine While the engine is rock solid, I am struggling a bit
2006 Jun 16
2
Need to call C++ processing beast from backgroudrb
Hello, Bravo Ezra for Backgroundrb! What an elegant piece of engineering. I envision many folks like myself looking at our CPU hogging executables and finally seeing a clean path to the Web. I was wondering if any folks have a good strategy for calling out to a C++ (or any other compiled) executable from a worker. Is the only option to call system() from a worker? That feels a bit unsatisfying.
2006 Jun 30
0
Fwd: Need to send email from a worker
Begin forwarded message: > From: Ezra Zygmuntowicz <ez at brainspl.at> > Date: June 29, 2006 8:18:10 PM PDT > To: Douglass Turner <douglass.turner at gmail.com> > Subject: Re: [Backgroundrb-devel] Need to send email from a worker > > > On Jun 29, 2006, at 7:45 PM, Douglass Turner wrote: > >> Hello, >> >> Can someone suggest the simplest way to
2006 Jun 19
10
Lighttpd works fine in development. Production not happening
Hello, I''ve checked out my rails tree from svn into the location I intend to run in production mode. However, I am unclear on what exactly needs to change for it to work in production mode. Yes I have: "bin-environment" => ("RAILS_ENV" => "production") When I switch to the externally routed IP address instead of 0.0.0.0:3000 and try running: %
2006 Jun 17
4
ruby script/console fails to launch
Can someone please explain why I am see the following: <snip> rails/uploadimage> ruby script/console Loading development environment. /usr/local/lib/ruby/1.8/irb/completion.rb:10:in `require'': no such file to load -- readline (LoadError) from /usr/local/lib/ruby/1.8/irb/completion.rb:10 from /usr/local/lib/ruby/1.8/irb/init.rb:252:in `load_modules'' from
2006 Nov 06
2
Two uplinks, two networks and policy routing help requested
I am hoping that someone with more experience and knowledge than I can assist me in finding a solution ;) We have a RedHat AS4 box with 5 interfaces. Two interfaces serve two different networks and two interfaces connect to two different uplinks. The fifth interface is our management interface. Since a picture is worth a thousand words I attempted to come up with a diagram:
2006 Apr 11
3
Easiest way to deploy a ruby on rails site
Hi, i am looking to deploy a ruby on rails site. I currently have some asp.net 2.0 sites hosted using IIS. I have looked at some of the issues with hosting a rails site on IIS and this looks more hassle than what it is worth. I tried it and i couldn''t get it to work. Can someone tell me what is the easiest way to get a rubyonrails site up and running on a server running windows.
2006 Jun 16
7
How to pass params to long running system call
Hello, Can someone tell me the best way to make a system call (from within my model) that runs for a while and requires params form my model, specifically attributes of my model. So, I need the correct syntax and also general guidelines for launching the process. Thanks so much. Regards, Doug -- Posted via http://www.ruby-forum.com/.
2005 Dec 30
4
High performance queries - RoR, PHP or something else?
Hi everyone, I''m building an app in RoR that apart from the normal web interface has a web service. This web service takes a parameter and uses that in a single database query, and returns the result in a simple XML format. This web service needs to be quite fast as it will be used on all pages of a quite big site with thousands of visitors every hour. I don''t think caching is
2003 Aug 04
2
winbind timeouts
Hello, I have tried posting to comp.protocols.smb with no luck. Please help. I am running: Slackware 9.0 (x86) kernel 2.4.21 samba 3.0b3 MIT kerberos5 v1.2.7 I am testing samba 3.0b3 as part of migrating my site to Active Directory. Compiles/installs OK. When winbindd is started, it looks for the list of trusted domains and then queries those domains for user/group info. When I have the samba3b3
2005 May 17
1
Music On Hold problem: Read 392 bytes of audio while expecting 1600
My new asterisk install seems to be running fine - including playing all prompts etc without error. However, when placing someone on hold they here choppy music (first second or so) then quiet. I see the errors below. What is causing this? (Note that I am running AsteriskWin32). Thanks, Mike May 17 17:26:02 VERBOSE[3708]: -- Executing Answer("SIP/2434-263c", "") in
2006 Apr 11
3
fun/flamebait: Java Web Devel Stacks
I''ll pose a question partly for fun, partly out of interest to see what everyone else is doing to survive the pain of the day job. It''s for the professional J2EE developer converts out there. Let''s say someone hired you to write a Basecamp clone, but it has to be done in Java, say on the Tomcat or JBoss platform. What does your stack look like now that you''ve
2006 Mar 25
14
Creating a symbolic link within a Rails application?
Hi, how does one create a symbolic link within a Rails application? At this time, I can perform this action at the command line but I''m not sure how to do it within Rails. BTW, I''m doing the following command in Mac OS X: ln -s $SITE_ROOT/common_directory/* $SITE_ROOT/new_directory Thanks in advance, -Conrad -------------- next part -------------- An HTML attachment was
2003 Sep 08
2
No joy installing R with shared libs.
Hello, My platform is SuSE 8.1. After downloading and unpacking R version 1.7 I tried building with shared libs enabled. (./configure --enabl-R-shlib). My goal is to use RSPython but I am now in my own private segmentation fault hell. The R build worked fine: make, make check, make install cool. The RSPython build worked fine. Thinking I'm good to go, I run python. But when I import RS
2005 Dec 09
6
Which mysql for a new project?
Hi all, I am about to start a new RoR project. Which version of mysql is the current best one to use? I will be using the soon-to-be-released RoR 1.0 for the project. I really don''t want to start a PostreSQL vs. MySQL vs. Whatever war. I have all databases including Oracle at my disposal. This project will be my testbed for using RoR with mysql. I will be doing other tests with other dbs
2006 Aug 07
0
ROR Architecture question
Hi everyone, I am creating a typical client management app for a small office. The only twist is that I want the ''admin'' to be able to add custom form fields into the client forms. Is there anything out there that will let me create custom fields on the fly? I''d like to see how they did it. Or if anyone has any tips as to how I should design this, please go
2008 Jan 25
8
Processor architecture
Hi, How could i know the processor architecture whether this is x86 or x86_64 ? arch returns the architecture of the OS installed on the machine. But what happened when i installed x86 dom0 on x86_64 machine, then arch and #uname -a as well as #xm info all shows. x86, but really the machine is x86_64. Could anybody tell me how i can get the system information that this is x86_64 machine. Is