search for: porti

Displaying 7 results from an estimated 7 matches for "porti".

Did you mean: port
2007 Nov 09
1
fisher.test, chisq.test
Hi, I want to analyse a contigency table (3 x 12) with a fisher.test beacause there are cells that are less than 5. ?mmen Anken Baf Belchen H?chi Hof Porti R?m Schmutz Sch?n Sissa Tann class14 7 26 150 2 46 68 126 66 3 31 7 61 class24 7 6 55 5 49 71 93 90 1 18 16 79 class34 1 1 4 3 19 8 29 61 4 4 5 37 So in made a matrix and used >fish...
2016 Jan 12
0
Software Offloading Performance Issue on increasing VM's (TSO enabled ) pushing traffic
Hi, Problem- Offloading (in Software) for VM generated packets ( TSO enabled in VM's ) degrades severely with increase in VM's on a host. On increasing VM's ( which are pushing traffic simultaneously ) on a compute node- - % offloaded packets coming out of VM's ( TSO enabled ) on tap port / veth-pair decreases significantly - Size of offloaded packets coming out of VM's (TSO
2007 Jul 23
1
AAF association not workin
Hi, I have configured my model as follows: class Product < ActiveRecord::Base acts_as_ferret :fields => [:description,:label_description,:label_free,:product_id_supplier,:description_supplier,:supplier_description] belongs_to :supplier def supplier_description return "#{self.supplier.description}" end In the development log I can see the supplier_description
2007 Jul 25
2
svn down
I tried to checkout AAF from the repository but get: Fetching external item into ''trunk/vendor/plugins/acts_as_ferret'' svn: Can''t connect to host ''projects.jkraemer.net'': Connection refused Anyone else experiencing the same ? -- Posted via http://www.ruby-forum.com/.
2007 Jul 27
2
AAF index updated when record is deleted?
Got it all running nicely now for a few days but noticed something funny. I have a table were lots of records get added, deleted every day. I can see the added records being added by AAF to the index but I notices some "ghost" results when doing searches. The search returns record ID-s that do not exist anymore because they were deleted. Does AAF also remove entries from the index when
2007 Jul 28
2
activerecord model constantize question
I have a variable called column with the value of "bla" (column = "bla") I have a model call Location where method bla is defined (amongst many other methods). What I would like to to is to call the method in Location defined in the variable column. I tried: Location.column.constantize but that gave me an error NoMethod. I am sure there is a very simple way in Ruby as
2007 Jul 25
17
DRb not starting
Hi, I have my Model as follows: class Mutation < ActiveRecord::Base acts_as_ferret ({:fields => {:description=>{}, :product_id=>{:index => :untokenized}, :product_description=>{}, :product_label_description=>{}, :product_label_free=>{}, :product_product_id_supplier=>{}, :product_description_supplier=>{}, :supplier_description=>{}, :pub_date_sort