Mark Lubratt
2008-09-28 18:57:47 UTC
Hello!
I have an application that was originally written using v1. I do a
fair amount of synchronous calls to the database, do some processing,
do another database call, etc. I've now upgraded to v2. However,
some of my synchronous database calls do not lend themselves well to
the new cache API. Has anyone figured out how to do synchronous calls
in the v2 cache? I was trying to do it with semaphores (signal in a
new calling method and release in the Ready event); but, I don't quite
think I doing it correctly.
Has anyone accomplished something like this? Does anyone have any
pointers?
Thanks!
Mark
I have an application that was originally written using v1. I do a
fair amount of synchronous calls to the database, do some processing,
do another database call, etc. I've now upgraded to v2. However,
some of my synchronous database calls do not lend themselves well to
the new cache API. Has anyone figured out how to do synchronous calls
in the v2 cache? I was trying to do it with semaphores (signal in a
new calling method and release in the Ready event); but, I don't quite
think I doing it correctly.
Has anyone accomplished something like this? Does anyone have any
pointers?
Thanks!
Mark