Difference between ModuleSpawn and ModuleInvoke in Marklogic? -


i have gone through entire website of marklogic not finding modulespawn , moduleinvoke class , why using them , difference between them.

do have idea that?

both subclasses of http://docs.marklogic.com/7.0/javadoc/xcc/com/marklogic/xcc/request.html

the key difference modulespawn "spawned asynchronously marklogic server". is, runs on task server instead of xdbc server.


Comments

Popular posts from this blog

php - render data via PDO::FETCH_FUNC vs loop -

javascript - Which segment of a polyline was clicked? -

c# - Avoiding duplicate methods for Task and Task<T> -