Skip to content
Prev 1114 / 2152 Next

[zeromq-dev] rzmq package

Awesome.

Is there some limitation on the type of R structures that can be 
transmitted?
I think about some list object that looks like this:

jobResult = list()
jobResult$jobId=123
jobResult$status=FAILED
jobResult$message="some exception text"
jobResult$payload=NULL

or:
jobResult = list()
jobResult$jobId=123
jobResult$status=SUCCESS
jobResult$payload=... some complex list object ...

Would that be possible?


Cheers,
Ulrich


Am 29.09.2011 15:45, schrieb Whit Armstrong: