Thread Performance of Modo

While watching the [Modo 201 Event] again, I found this slide interesting. It shows in this case, spawning 2 threads has better performance than 50-80 per CPU. The natural tendency for a developer is just spawn threads when performance is bad. “1 Thread” corresponds to a single processor server. “2 Threads” corresponds to a dual processor server. And “4 Threads” corresponds to a dual processor server with hyper-threading. In this graph of rendering times, the lower the number, the better.

Transgaming on Mandriva

This is all there is to installing Transgaming on Mandriva:

[tgraupmann@athelo ~]$ cd Desktop/
[tgraupmann@athelo Desktop]$ ls *.rpm
cedega-4.4.3-1.i386.rpm  Point2Play-2.0.3-1.i386.rpm
[tgraupmann@athelo Desktop]$ su
Password:
[root@athelo Desktop]# urpmi Point2Play-2.0.3-1.i386.rpm

installing Point2Play-2.0.3-1.i386.rpm
Preparing...                     #############################################
      1/1: Point2Play            #############################################
[root@athelo Desktop]# urpmi cedega-4.4.3-1.i386.rpm

installing cedega-4.4.3-1.i386.rpm
Preparing...                     #############################################
      1/1: cedega                #############################################
[root@athelo Desktop]# exit