search for: dduuggllaa

Displaying 7 results from an estimated 7 matches for "dduuggllaa".

2006 May 25
3
No joy for newbie Capistrano user
...p;&\n mkdir -p -m 777 /usr/www/rails/hellorails/shared/log" servers: ["theimageengine.com"] (in /home/turner/play/rails/hellorails) rake aborted! no such file to load -- openssl Can someone please lend a hand. Thanks alot! Regards, Doug Turner mobile: 781 775 3708 skype: dduuggllaa -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060525/68ddb2e8/attachment.html
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 30
2
Rather ominous resource consumption figures
...processing idle 310 max memory consumption during 1st C++ image processing run 256 fire up rails + lighttpd 225 fire up backgroundrb 207 base (Linux box idle) As Sly Stone used to say ".. I want to take you hiya ..". Any thoughts on how to tame this beast? Cheers, Doug Turner skype: dduuggllaa -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20060630/fc2acaf7/attachment.html
2006 Jun 03
1
Seek Rails Design Pattern for Photo Manipulation Service
.../tags/theimageengine While the engine is rock solid, I am struggling a bit with how to architect the Rails around it. I suspect this architecture is one that has appeared elsewhere and I am wondering if someone could sketch for me what it should look like. Thanks in advance, Doug Turner skype: dduuggllaa -- Posted via http://www.ruby-forum.com/.
2005 Dec 15
2
Questions regarding architecture of a server-based image-processor deployed in ROR
...ionality resides in the actual engine which is written in C++. Is there a happy middle ground between full blown Web service and old-school CGI style? Should I think seriously about making a Ruby binding (ala RMagick) or is that overkill? Thanks in advance, Doug Turner mobile: 781 775 3708 skype: dduuggllaa
2006 Jun 16
2
Need to call C++ processing beast from backgroudrb
.... For context, I intend to call an image manipulation engine written in C++ (yacc + lex + pixel wrangler) from a worker which receives and uploaded photo from a user. My plan is to mail the processed photo back to said user using ActionMailer. Anyway, happy days Ezra. Regards, Doug Turner skype: dduuggllaa -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20060616/0f3e9567/attachment.htm
2006 Jun 30
0
Fwd: Need to send email from a worker
...45 PM, Douglass Turner wrote: > >> 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 >> _______________________________________________ >> Backgroundrb-devel mailing list >> Backgroundrb-devel at rubyforge.org >> http://rubyforge.org/mailman/listinfo/backgroundrb-devel > > > The simplest way to do that is probably to use net/smtp. Or you > cou...