gpars
Indexing an entity in an actor thread using Grails searchable
I am using the Grails searchable plugin to index an entity with a custom text representation. I want this entity to be indexed in an actor (using GPars) that will be triggered asynchronously once the[详细]
2023-04-12 03:56 分类:问答Grails GPARS upgrade
I am using Grails 1.4.0.M1 and I am trying to upgrade the version of gpars to use with my app. So I added in BuildConfig.groovy:[详细]
2023-03-27 19:34 分类:问答Groovy GPars how to sleep a thread by thread number/count?
I have currently a problem with GPars, i would like to start about 30 thread but i want to wait 1second after each thread start.[详细]
2023-03-19 08:34 分类:问答Grails + Gpars.memoize().. how to do memoization?
I can\'t seem to figure out how to do memoization 开发者_StackOverflow中文版in Grails. According to the GPars docs it should be as simple as[详细]
2023-03-03 11:06 分类:问答ConcurrentException/NullPointerException in GParsPool runForkJoin
For a little context, i\'m trying to solve Project Euler problem 31 using excellent GParsPool Fork/Join support.[详细]
2023-02-11 15:51 分类:问答