Displaying 19 results from an estimated 19 matches for "rydia".
Did you mean:
cydia
2007 Jan 19
7
fastthread 0.6.2
...9;fastthread''
rescue LoadError
end
This way, your program will still work on systems that don''t have (or
don''t need -- e.g. JRuby) fastthread, but you still get a performance
boost on systems where it''s available.
== where?
Gem:
http://moonbase.rydia.net/software/optimized-locking/fastthread-0.6.2.gem
Tarball:
http://moonbase.rydia.net/software/optimized-locking/fastthread-0.6.2.tgz
fastthread is also available on Rubyforge (and therefore the main gems
repository), courtesy of the Mongrel project:
https://rubyforge.org/frs/?group_id=1306
-m...
2006 Nov 23
0
fastthread 0.4
...39;'fastthread'' before you require ''thread''.
Provided you don?t muck with thread.rb?s internals, your code should
work with no additional modification.
0.4 is primarily a robustness/bugfix release. There is both a gem and a
tarball available:
* http://moonbase.rydia.net/software/optimized-locking/fastthread-0.4.gem
* http://moonbase.rydia.net/software/optimized-locking/fastthread-0.4.tgz
-mental
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 191 bytes
Desc: This is...
2006 Dec 31
3
fastthread 0.6.1
I just realized -- if fastthread can be included while Mutex-using code
is already running, then the definition and replacement of the classes
needs to happen atomically. Otherwise, it creates a race condition
where a thread can e.g. end up seeing an incompletely defined Mutex
class or none at all.
fastthread 0.6.1 addresses this by defining the classes and then
atomically swapping the constant
2007 Mar 20
10
fastthread 1.0
Well, just when I thought I was out of the fastthread business...
Okay, in brief:
fastthread is a Ruby extension which re-implements the primitives in
Ruby''s thread.rb in C. It was merged into 1.8.6, replacing the old
thread.rb implementation, but the version that was merged had a couple
serious bugs.
So -- now I release fastthread 1.0, which is basically the Ruby 1.8.6
version with
2008 Jan 02
20
fastthread no longer needed?
I''m confused. Wasn''t threading fixed in 1.8.6, negating the need for
fastthread? Why is fastthread still a requirement of Mongrel? Just
curious. :)
2008 Jun 06
1
package needed: fastthread-1.0.2
I''ve just committed the makings of fastthread-1.0.2 to SVN, fixing a
couple long-standing bugs in 1.0.1:
- merged the fix from ruby_1_8 to avoid rb_bugging during exit with
waiting threads
- SizedQueue#enq is now defined properly
Could you or whoever does the signed gems please turn the crank and
upload the new gems?
Thanks,
-mental
-------------- next part --------------
A
2008 Nov 23
1
[Bug 18669] New: copyPixels fails if alphaBitmap/ alphaPoint arguments are null
...null
Product: swfdec
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: library
AssignedTo: swfdec at lists.freedesktop.org
ReportedBy: mental at rydia.net
QAContact: swfdec at lists.freedesktop.org
copyPixels should treat the following as if a solid alpha mask had been
provided:
bitmapData.copyPixels(src, rect, pt, null, null, merge_alpha);
Currently, however, swfdec implements it as a noop.
A branch which extends the copyPixels te...
2006 Jun 18
1
Query
If there were a project to integrate Hobix with Camping, should it be
called ShantyTown?
Thanks,
-mental
2006 Dec 01
2
fastthread 0.5
Just a quick note that I''ve committed the bits for fastthread 0.5; the
most important differences are that all the thread.rb classes are once
again marshallable, and we''ve got Luis'' commit which eliminates some
warnings when building on Win32.
-mental
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type:
2007 Feb 14
4
fastthread-0.6.4.1 released
== NOW
A new version of fastthread, the library providing better
implementations of the classes in thread.rb, has been released.
Please note that fastthread is only for Ruby 1.8, not JRuby or any other
Ruby implementation (most of them don''t need it anyway!).
== WHY
The existing implementation of Mutex, Queue, etc. in thread.rb is slow.
fastthread''s is faster (and bypasses
2007 Jan 04
5
fastthread -- what is it?
Hi,
A quick search didn''t explain what fastthread is, and how it relates
to mongrel. Why would I want to install fastthread?
Thanks,
Joe
2013 Nov 10
0
[linux-3.10 test] 21641: regressions - FAIL
...ms <dcbw@redhat.com>
Daniel Borkmann <dborkman@redhat.com>
David Henningsson <david.henningsson@canonical.com>
David S. Miller <davem@davemloft.net>
Diego Elio Pettenò <flameeyes@flameeyes.eu>
Dmitry Kravkov <dmitry@broadcom.com>
Dormando <dormando@rydia.net>
Enrico Mioso <mrkiko.rs@gmail.com>
Eric Dumazet <edumazet@google.com>
Fabio Estevam <fabio.estevam@freescale.com>
Fan Du <fan.du@windriver.com>
Fengguang Wu <fengguang.wu@intel.com>
François CACHEREUL <f.cachereul@alphalink.fr>
Greg Kroah-Ha...
2007 Sep 27
14
Camping and ruby2ruby
Hi everybody,
I would like to use ruby2ruby in a caming project, but there seems to
be an incompatibility with camping, ruby2ruby and markaby.
Unfortunately I receive strange Markaby::InvalidXhtmlErrors.
To demonstrate, that only combination of all three components causes
the problem I added the following code. I relies on Markaby and
ruby2ruby only and works fine (a.k.a. as expected).
2006 Dec 26
7
Rubygems 0.9.0.8 and Fastthread problem
Heya Folks-
This is mainly for Zed and Mentalguy. I have been playing with the
new release of rubygems 0.9.0.8 and I have a major problem with the
requirement that fastthread needs to be required before thread. Just
requiring rubygems and then requiring fastthread right after that
will throw the error:
ez _blog $ ruby
require ''rubygems''
require
2007 Apr 04
13
Mongrel dying daily with Ruby 1.8.6
Hi guys,
I''ve been running mongrel for a while now with Ruby 1.8.4, and last
week upgraded to 1.8.6.
Since upgrading, each morning when I wake up there''s a big problem:
1. Accessing the site returns a "500 Internal Server Error"
2. All the mongrel_rails processes are still running, but none of
them are active (when I run top)
3. Lighttpd and pound are still
2005 Nov 23
8
Compiler OR Obfuscator for RoR applications?
Hi folks,
I''m a newbie in the Ruby land, The Ruby language and RoR looks really
great but I think in my situation there is a problem, we are an ISV
that sells web application and we don''t want our clients see our
source code, I searched the web but couldn''t find any way to compile
and\or obfuscate ruby code (in web (RoR)), is there such tool
available for the language?
2007 Jan 26
0
fastthread-0.6.3
Quick note!
fastthread 0.6.3 has been released to address a minor compatibility
issue with ConditionVariable -- as with the original thread.rb,
ConditionVariable can now be used with any mutex class implementing
Mutex''s public interface.
As before, gem and tarball available from RubyForge courtesy of the
Mongrel project:
http://rubyforge.org/frs/?group_id=1306
-mental
--------------
2006 Dec 31
0
fastthread 0.6
I''ve released fastthread 0.6, which relaxes the order of requires so
that fastthread need not be required before thread anymore. Thanks go
to Eric and Ezra.
-mental
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url :
2006 Dec 16
3
fastthread 0.5.3
I''ve just committed fastthread 0.5.3, which finally gives us a working
SizedQueue (which hadn''t really ever worked in previous versions).
Mostly it was just a matter of refactoring Queue and SizedQueue into a
single class behind the scenes, so I could move the signalling of the
SizedQueue-specific condition variable inside the queue''s critical
section. Failing to do so