Let me get this straight. How many network hops are the two machines apart?
Server->gateway->router->router->router->gateway->server ? or
more
Are you pumping this back and forth in clear text?
You are not using message ques?
If the answer to all these questions is yes then
Hello
I have a perl script in which i have made use of labels and GOTO. The script
works all right in its own.
But, when i use perlcc to generate a C executable and then run that binary,
i get errors saying that missing LABEL. I looked into the C code that was
generated by perlcc and it does co
I realized that undefined symbol: .MQSET means just "MQSET" not ".MQSET".
(Why "." is prefixed?)
And I succeeded by changing Makefile in ../MQClient & ../MQServer
from
EXTRALIBS = -L/usr/lpp/mqm/lib -lmqmcs -lmqmzse
LDLOADLIBS = -L/usr/lpp/mqm/lib -lmqmcs -lmqmzse
to
EXTRALIBS = -L/usr/lpp/mqm/li
Folks,
I need some help with
process forking on Solaris. What I'm trying to do is as
follows:
I have 60+
directories which I need to copy. Each directory has a different destination and
so it is impossible to do the copy with a single command i.e. I must have one
copy statement per