First  |  Prev |  Next  |  Last
Pages: 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
Synchronized Circular Buffer
I'm relatively new to Ruby, having switched from a PHP and Java background, and I'm having some trouble with the Monitor class trying to implement a synchronised circular buffer. The other posts here on synchronised methods aren't quite relevant enough unfortunately. My current implementation is the following ... 1 Jul 2010 07:45
[ANN] Ruby Hoedown 2010 Registration Open and CFP Closing Soon!
Hello all, Just wanted to drop a reminder here that the CFP for the Ruby Hoedown 2010 is closing in just a few days, so make sure to get those proposals in at http://bit.ly/9jn1ec. If you didn't see the initial announcement, we're having the conference in Nashville, TN, again, but this time at the Downtown Hilton... 1 Jul 2010 00:11
drb problem? ringy-dingy won't answer...
The following code works fine as long as I don't try to run it through the distributed server. It doesn't get there... It runs fine out of delayed_job, runs fine if called directly. But if 'distrib' is true (the default) it runs right up to the call to the server and right past it without getting to the server or ... 30 Jun 2010 19:48
AUDIO FILE DOWNLOAD IN RUBY
hi all, Please could some on help me with a code to download an audio file in ruby. the code below does not work;; url = "http://stream.esvmedia.org/mp3-play/hw/19023001-19023006.mp3" res = Net::HTTP.get_response(URI.parse(url)) puts res.body ... 3 Jul 2010 10:07
Aliasing classes
Hi all, Is it possible to alias a class? That is for ClassA.run to call ClassB.run instead? I have a third party library requiring a dependency which I've already defined with my own name. I'm currently subclassing, but I was wondering if there was a better way. Shak -- Posted via http://www.ruby-forum.com/... 30 Jun 2010 13:06
Networking: select() blocks for seconds (> timeout)
I have some final results on the problem described. First, I must correct something on my initial post; I had stated that there was an occasional high delay between the moment of the 'select' call and the 'select' return (ie, although the timeout set in the select was 50msec, the delay could be of 5 seconds). ... 2 Jul 2010 19:03
Threading with Activerecord
Hello all, First, let me give a little background. I have two applications, which both connect to two different databases (but on the same server.) These applications run on about 40+ computers. The default pool size (5) is too large since it can possibly take up 800+ connections to my single MySQL server (Remem... 30 Jun 2010 10:51
RubyGems 1.3.7
* RubyGems now has platform support for IronRuby. Patch #27951 by Will Green. Hmm. Perhaps it could use a bit more IR love? C:\dev\digitalarchive_trunk>igem update --system Updating RubyGems Updating rubygems-update Successfully installed rubygems-update-1.3.7 Updating RubyGems to 1.3.7 Installing ... 30 Jun 2010 14:14
Best practices resource/guidance for strings
Hello, I am working with scraping quite a bit of data and I would like to make sure that I'm following some best practices for string manipulation. I would like to be sure to take into account any speed and garbage collection issues. Does anyone know of any posts, websites, books or other resources that prov... 3 Jul 2010 14:34
Newbie
Hello Everyone,I found using ruby as a demand freelance career.But don't have idea with this.Is there a free tutorial for this one?. <a href=" http://www.stop-painting.com"> floor tape </a> <a href=" http://www.stop-painting.com"> sidewalk stencils </a> -- Posted via http://www.ruby-forum.com/. ... 30 Jun 2010 14:14
First  |  Prev |  Next  |  Last
Pages: 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67