Displaying 3 results from an estimated 3 matches for "loadfactor".
2009 Jan 08
1
File name determines success or failure of package installation -- please help
...iteResourceCapacity",
representation(
site = "character",
siteResource = "character",
studyResource = "character",
capacity = "numeric",
allocation = "matrix",
priority = "matrix"
)
)
setClass("RoleCapacity", representation(loadFactor="numeric"),  
contains="SiteResourceCapacity")
The package (containing only this file) works when I run R CMD CHECK or R  
CMD INSTALL.
However, when I seperate the classes into two files with the contents shown  
below (simply split the file contents, no additional changes),...
2006 Jul 27
3
[somewhat OT] Apache config for Rails + ColdFusion + PHP
Our group has several web apps developed in ColdFusion, PHP, and Rails.  The
ColdFusion and PHP apps are on an older server, and the Rails apps on a new
server. Ideally, we''d like them all to share the same server.
Our current setup for the Rails server is Apache2.2 with mod_proxy_balancer
and mongrel_cluster.  We''d like to have specific directories be processed
and served by
2007 Jun 29
3
mongrel tuning with httperf - suspicious results
...002
  BalancerMember http://127.0.0.1:8003
  BalancerMember http://127.0.0.1:8004
  BalancerMember http://127.0.0.1:8005
  BalancerMember http://127.0.0.1:8006
  BalancerMember http://127.0.0.1:8007
  #[srb] Uncomment when reverse proxying across other machines
  #BalancerMember http://xx.xxx.xx.xx loadfactor=2
</Proxy>
#[srb] This configuration pulled from here
# http://www.rss-spider.com/article.php?WID=305127
# and here:
# http://www.howtoforge.com/load_balancing_apache_mod_proxy_balancer
# and here:
# http://reductivelabs.com/trac/puppet/wiki/UsingMongrel
#
<VirtualHost *:80>
  #[srb] n...