search for: knoops

Displaying 3 results from an estimated 3 matches for "knoops".

Did you mean: noops
2007 Aug 17
1
Testing webservices in Integration Tests with Jamis Buck's recipe?
...32:in `prepare_request'' /usr/lib/ruby/gems/1.8/gems/actionwebservice-1.2.1/lib/ action_web_service/test_invoke.rb:9:in `invoke'' It seems that the default @request in the setup is corrupted by our open_session implementation? Can somebody help me on this? Best regards, Jeroen Knoops --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send...
2013 Jun 15
0
[LLVMdev] Symbolic Loop Analysis Pass
Hi, I'm currently working on a pass for symbolic loop analysis and like to start a small discussion. The goal is to get an expression for the loop enabling calculation of e.g. the trip count. Furthermore, inter-loop-dependencies should be regarded. I'm currently testing with Livermore loops. For instance, the following code (Livermore kernel 2) for (l = 1; l <= loop; l++) {
2007 Aug 09
0
Is there something like Open VMS commons for Rails?
Hello Back in the days on Digital Open VMS we were using commons to store large amounts of data in memory instead of going to the database each request. These commons are flushed to disc so after restarting the app, the cache is still filled. Is there a simular product for a Rails environment on Linux? We are using Memcache in Rails, but I can''t see how memcache can flush his data to a