Displaying 20 results from an estimated 600 matches similar to: "Revactor 0.1.0 released"
2006 Oct 24
1
Broken thread Safe connection Management on Mysql (Mysql too many connections errors)
Hi,
There is an issue on socket connection with backgroundrb (rev 47) and
mysql backend: after a certain number of job you reach the mysql
connection limit as socket are never closed and nobody can connect to
mysql anymore till you stop the backgroundrb daemon.
Already reported on:
http://rubyforge.org/pipermail/backgroundrb-devel/2006-July/000066.html,
2007 Nov 20
1
P2P: Avoiding manual port-forwarding
From: Tony Arcieri
>
> A STUN implementation will be an important part of DistribuStream
> in terms of firewall traversal. However, first I need to move the
> whole protocol to UDP, and before I do that I''m trying to make it
> work better in general.
>
> I''m also unsure what to use for a UDP data transfer protocol. I
> need something to work in
2008 Apr 24
4
Pure Ruby HTTP parser
Before anything else, let me state this: Of course it''s going to be
PAINFULLY slow on MRI. That''s not the point :)
I thought I''d try out writing out a Ruby version of the parser for the
purposes of Rubinius. For those of you who aren''t aware, Ragel supports a
goto-driven FSM on Rubinius by injecting assembly directly, and Rubinus head
honcho guy Evan Phoenix
2007 Jan 25
1
Link to possible code for symbolic chmod
I''m not sure if this is perfect, but it seems to work well for me so far.
I haven''t tried to integrate it into Puppet because I''m still a bit new to
Ruby.
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/96956
Trevor
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
2006 Jan 16
2
Curl help
I''ve been searching around for a curl implementation on ruby and havn''t
had much luck. I have run into open-uri and Net::HTTP but they just
arnt as robust as curl. The closest thing i found was this previous
thread from July
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/149926
on using ruby-dl to load libcurl. Has anyone gotten any farther on this
2007 Feb 09
2
a series of tabbed forms
Hi,
I''ve previously described one of my wish list items,
http://kleb.tadalist.com/lists/public/427170
in
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/217068
where I basically take a hash of hashes and create
a set of tabbed dialogs for each key of the large hash
where each tab has a form to set each key-value pair
of the embedded hashes.
Toward this end I looked
2005 Feb 07
1
[matz@ruby-lang.org: Re: Performance of CGI::Cookie / SimpleDelegator fix]
Matz claims 1.8.3 might be released in April. If we''re lucky, maybe it
will have the Windows socket connection fix applied. (Although the patch
has been hanging around since last June... but maybe they just needed
some prodding. :) )
Then RubyTorrent will be much more usable on Windows.
----- Forwarded message from Yukihiro Matsumoto <matz@ruby-lang.org> -----
Date: Tue, 8 Feb
2006 Apr 22
0
Rails Dispatcher Problem
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I seem to have the same error as
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/178689
The problem is that under apache it does not work, due to my evil
firewall on my vps i cant check
if webrick works or not. Below is from shell when i execute the
dispatcher. The same thing happens whether i run it with .rb or .fcgi.
Versions:
ruby
2012 Jan 05
0
copy-on-write-friendly GC for Ruby 2.0
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/41916
This means you can run more Unicorn worker processes per-host
if you have CPU for it :>
2006 Jul 07
5
Re: Rails migration issue
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Ok, so rake migrate --trace gets you this:
Khavi:~/Documents/WebCode/rails/clickcaster sgoodwin$ rake migrate --
trace
(in /Users/sgoodwin/Documents/WebCode/rails/clickcaster)
** Invoke migrate (first_time)
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute db:migrate
** Execute migrate
then it
2007 Dec 09
38
libevent
Hello,
I have been looking at the Ruby/EventMachine. First let me say it look very
good. Reactor model with no threads makes for fast reliable server, and I
have read about marvelous Twisted framework for Python and am glad to see
something similar for Ruby.
I am writing network app with Ruby threads now and it very slow, and I try
new Ruby 1.9 with native threads that make it much slower.
2004 Dec 09
3
fixture problem, TypeError: nil is not a symbol
When I run rake against Rails 8.5 to test unaltered model tests with
yaml fixtures I get the error and stack trace reproduced below for every
one of my model objects. Has anyone seen something this before? Any idea
what could be going on here?
The following ruby-talk thread may or may not be relevant:
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/95301.
Thanks much,
2007 Feb 26
9
libevent
Francis,
I read in the list archives back that a future EventMachine release
will support epoll on Linux (i.e., it''s in the trunk).
Better still, is there a possibility that EM will rely on libevent so
that it will be architecture independent (i.e. epoll on Linux, kqueue
on FreeBSD/Mac OS X, /dev/poll on Solaris)? This is how memcached is
implemented, and it would be helpful to be able
2006 May 11
0
Rails in Boulder
Dave,
We''re using Rail to build ClickCaster (based in Boulder).
scott
www.clickcaster.com
[Rails] Anyone using Rails in Boulder, Colorado? *Doug Fales* dfales at
mercury.com
<rails%40lists.rubyonrails.org?Subject=%5BRails%5D%20Anyone%20using%20Rails%20in%20Boulder%2C%20Colorado%3F&In-Reply-To=>
*Tue Feb 8 22:30:27 GMT 2005*
- Previous message: [Rails] associations...
2012 Nov 29
13
Fwd: Maintaining capacity during deploys
We''re using unicornctl restart with the default before/after hook
behavior, which is to reap old Unicorn workers via SIGQUIT after the
new one has finished booting.
Unfortunately, while the new workers are forking and begin processing
requests, we''re still seeing significant spikes in our haproxy request
queue. It seems as if after we restart, the unwarmed workers get
swamped by
2007 Feb 26
5
Continuing a "specify" block after failure
I have some high-level acceptance tests that read a bunch of files,
process them, and then confirm that the processed output matches the
expected output. That is, for each file "a.input" I have a
corresponding file "a.expected" and I basically want to churn through
all of them producing "a.processed" and making sure that
"a.processed" equals
2010 Dec 11
1
the naming of "Unicorn"
In case more people are interested, I originally posted the following to
ruby-core: http://mid.gmane.org/20101210190448.GA6534 at dcvr.yhbt.net
Eric Wong <normalperson at yhbt.net> wrote:
> zuerrong <zuerrong at gmail.com> wrote:
> > 2010/12/10 Tony Arcieri <tony.arcieri at medioh.com>:
> > > And Unicorns are fantastical mythical creatures!
> > >
>
2006 Jul 07
1
Rails migrations issue
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
- -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
I am a new developer at www.clickcaster.com and we''re having some
trouble with migrations.
When I tried to run the migrations on our database (which previously
hadn''t used migrations), nothing happens, it stops before it runs any
of the migrations.
However, when I try
2007 Jul 19
3
InPlace[Collection]Editor rewrite: it's in trunk!
Hi all,
For those of you who don''t follow Thomas Fuch''s blog, know that a
complete rewrite of InPlaceEditor / InPlaceCollectionEditor just made it
into the trunk.
You''ll find all the juicy details on Thomas'' post:
http://mir.aculo.us/2007/7/17/in-place-editing-the-summer-2007-rewrite
Do note that this is my rewrite, so if you find bugs etc., don''t
2000 May 15
1
Re: [vorbis-dev] Semi-off-topic ramblings
Tony Arcieri wrote :
> I'm curious if anyone else is at all fed up with the current
> state-of-affairs of media support under *IX. As things stand it's rather
> a pain to add support for a new codec/framing format to an application,
> and it seems like were someone to step up and design a system which
> abstracts media support from end-user applications and