Displaying 2 results from an estimated 2 matches for "optimized_lock".
Did you mean:
  optimizeblock
  
2006 Nov 09
6
OptimizedMutex for Mongrel
...ng I can to track it down. I  
already did the Mutex patch to use unshitf and pop instead of shift  
and push and it didn''t really help much. The mem leak only really  
shows up when you use the wsess option to httperf.
	The other day I saw a ruby C extension that Mentalguy built called  
optimized_locking. It has an OptimizedMutex class that is written in  
C. Its actually pretty small amount of C code and fairly easy to  
understand.
	Anyway, long story short, I patch the latest mongrel trunk and added  
this optimized_locking.c in as another C extension that gets built  
when you make the gem....
2006 Nov 28
1
Mongrel, Mutex and FastThread results for win32.
Hello Guys,
Been testing fastthread (known on previous releases as
optimized_locking) for soon to be released 0.3.18 mswin32 gems
(official ones).
Attached to this message is the ruby script I used for the test
results shown on graphics [1] and [2]
The idea of the script is simulate what Mongrel do with threads
creating a simple workload for testing Ruby VM stability.
[1] ref...