: : : :
: : : : Thanks! =]
: : : : another question, which one is faster?
: : : : I mean, which one is good for better performance?
: : : :
: : :
: : : depends -- are the two processes on the same computer? If yes then shared memory is probably fastest. If not, then sockets may be the only option.
: : :
: : yeah, they are in the same computer
: : where can I find more about shared memory between two process?
: :
: : Thank you very much!
: : Jonathan
: :
:
: Google is always good:
:
: http://www.google.com/search?hl=en&sa=X&oi=spell&resnum=0&ct=result&cd=1&q=shared+memory&spell=1
:
:
yeah, google is always my master teacher
Thank you very much, sir!
=]