Search results

  1. D

    Plans for ESI support?

    I was just thinking that it would be great to have ESI support in the LiteSpeed webserver. See http://www.w3.org/TR/edge-arch. Squid, Orcale Web Cache, and Akamai are a few of the technologies that support ESI. I think this would be a BIG win for LiteSpeed. Here is to hoping! :) Dirk...
  2. D

    Is the LiteSpeed Ruby LSAPI my best choice?

    Documentation for Balancer? Awesome! I notice the documentation is not out yet, and I have a few questions. Any ETA on the documentation? Thanks, Dirk :)
  3. D

    Is the LiteSpeed Ruby LSAPI my best choice?

    Any release date? I'd like to try it on a Rails deployment. Dirk
  4. D

    LiteSpeed not honoring my optimistic locking setting

    OK... that makes sense. That would be why. Dirk
  5. D

    LiteSpeed not honoring my optimistic locking setting

    When I launch my rails app under WEBrick, my connection to FrontBase is optimistic, as specified in config/environment.rb: ActiveRecord::Base::connection.set_optimistic_transactions However, when I launch under LiteSpeed, and it connects to the database, this setting is ignored and it is...
  6. D

    Is the LiteSpeed Ruby LSAPI my best choice?

    Any news on load balancer? I'd love to hear more about this. Dirk
  7. D

    Standard 2.2.5 + LSAPI + Rails uses up all processes

    Yes, I am and have been running the latest - installed with ruby gems. Dirk
  8. D

    Standard 2.2.5 + LSAPI + Rails uses up all processes

    If this were true, I believe we would see ruby processes building over time. This is not the case. The ruby process count stays generally constant over a period of days and then all-of-a-sudden grows out of control. I will watch and try to get a trace the next time it happens. Login...
  9. D

    Standard 2.2.5 + LSAPI + Rails uses up all processes

    I saw this bug on earlier versions - 2.2.3 with an LSAPI Ruby module earlier to 1.11. I am still seeing this bug running 2.2.5 with the latest LSAPI Ruby module (1.11) Here are the details: 1) OS type and Version: Mac OS X Server 10.4.8 2) LiteSpeed Version: 2.2.5 Standard +...
  10. D

    Unable to log to STDOUT from Ruby/Rails when running under LiteSpeed

    Good question. I actually have the code in a class that doesn not inherit from any Rails class: class QuestionGroupValidator require 'logger' attr_accessor :validation_string QGV_LOGGER = Logger.new(STDOUT) QGV_LOGGER.info "Logging engaged in #{RAILS_ENV} Rails...
  11. D

    Unable to log to STDOUT from Ruby/Rails when running under LiteSpeed

    re: Unable to log to STOUT from Ruby/Rails when running under LiteSpeed Sorry I wasn't clearer. The error is a Rails error, so the logging goes nowhere... it is as if STDOUT is not a valid File pointer.
  12. D

    Unable to log to STDOUT from Ruby/Rails when running under LiteSpeed

    I have the following code in my Rails app: require 'logger' QGV_LOGGER = Logger.new(STDOUT) QGV_LOGGER.info "Logging engaged in #{RAILS_ENV} Rails environment" This runs fine when run using WEBrick, however, when run using LS 2.2.4, I get a "Broken Pipe" error. Does...
  13. D

    Unable to download 2.2.4 for Mac OS X

    I can see how that would look obvious... sorry. I posting it under Support would also be good. Thanks again. I can see now that your are very serious about your support. After reading your bio, I know you are are aware that support is as important (if not more) than the quality of the...
  14. D

    Unable to download 2.2.4 for Mac OS X

    Thanks for the quick response to my email. I must say, I looked all over the support tab on the website for the support email address before posting to the forums. Is this email address under the support tab anywhere? I finally stumbled on it under Company->About... which is not where I...
  15. D

    Unable to download 2.2.4 for Mac OS X

    I must say I am extremely dissapointed that I have not yet heard back from LiteSpeed Tech on this issue. This thread actually represents the second post regarding this issue - which to me should be considered high priority. (The first post was a couple of days before this one as a reply to the...
  16. D

    Unable to download 2.2.4 for Mac OS X

    I get a 404 error when trying to download both Intel and PPC version for Mac OS X of version 2.2.4. Is there a chance this will be fixed anytime soon? Dirk :(
Top