I am using orientdb-community-2.1-rc1 . 

My function is simple java-script function . 

now we can take simple example as . 

var gbd=orient.getGraph();

for (var i=0;i<200;i++)
{

gdb.command('sql','insert into person set name="mahesh" ');
}; 



function is replication on both server but working on only one server why ? 
on onother server its give an error msg as function is not configuired. 

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to