Search results

  1. I

    Catch timeout exception for Ruby LSAPI

    Even more strong argument. We have an request which for example remove some records from DB. Let say it remove 10 first records and wait a confirmation from RDBS. Once DB server is busy, but it start the request and busy by rebuilding indexes. We got a timeout. It should not happen ussualy, but...
  2. I

    Catch timeout exception for Ruby LSAPI

    Thanks. I read this links and have played with environment setings for lsapi. What about number of retries on a failed requests. Is it possible to add a configuration parameter or at least server startup key-option. Let me elaborate why. Just imagine web2 application based on Ruby. Ruby is...
  3. I

    Catch timeout exception for Ruby LSAPI

    I was guesing about that - thank you for confirmation. Could you make any recomendations about dedicated hosting settings? links more then enough
  4. I

    Catch timeout exception for Ruby LSAPI

    Hello I need an advice about Ruby LSAPI process configuration. Things that I wona to see. If Ruby (working trough lsapi) does not to serve request at required time I need to interrupt the request and stop it processing. After that raise Ruby exception which I can catch in my application...
Top