Skip to Main Content
DCE Replacement Strategies
book

DCE Replacement Strategies

by Heinz Johner, Jakob Erber, Stephen Hawkins, Klaus Mueller, Pallavi Nagesha Rao, Donna Skibbie
June 2003
Intermediate to advanced content levelIntermediate to advanced
454 pages
10h 19m
English
IBM Redbooks
Content preview from DCE Replacement Strategies
Appendix B. Scenario 2: Source code listings 337
break;
}
}
/* end the binding import lookup loop */
rpc_ns_binding_import_done(&import_context, &st);
if (st != error_status_ok) {
dce_error_inq_text(st, error_string, &error_inq_st);
fprintf(stderr, "Cannot end binding import: %s\n", error_string);
exit(1);
}
fprintf(stdout, "\n");
MAX_PASS= atoi(av [2]);
for (i=1; i <= MAX_PASS; i++) {
greet_rpc(h, name_to_greet, reply);
printf("The Greet Server said: %s\n", reply);
fflush(stdout);
}
return(0);
}
DCE dependent application server
Description: Application server with DCE dependencies
File name: server_s2.c
#include <stdio.h>
#include <stdlib.h>
#include <dce/pthread_exc.h>
#include <dce/dce_error.h>
#include <dce/rpc.h>
#include "greet.h"
#defi ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Reinventing the Organization for GenAI and LLMs

Reinventing the Organization for GenAI and LLMs

Ethan Mollick

Publisher Resources

ISBN: 0738453080Purchase book