Re: Mach Bootstrap_create_server, "server_command" parameter
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Mach Bootstrap_create_server, "server_command" parameter -------------------------------------------------- kr = bootstrap_create_server(bootstrap_port, "/tmp/simple_ipc_server", getuid(), FALSE, &private_port); EXIT_ON_MACH_ERROR("bootstrap_create_server", kr, BOOTSTRAP_SUCCESS); _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com On Feb 16, 2009, at 12:37 PM, Michael Prenez-Isbell wrote: On the bootstrap_create_server command, one of the parameters is "cmd_t server_command" In singh's Mac OS X Internals book he gives this example I have no idea what "/tmp/simple_ipc_server" is -- a directory? an executable? If it’s is an executable, what is it? the same file I'm calling it from? My problem is that, on bootstrap_check_in, when I try to check in the service I created with bootstrap_create_service, the application freezes. I am currently setting up launchd with debugging set up. Per amit’s singh’s suggestion in his book. Please make your job a launchd job instead of using bootstrap_create_server(), which is deprecated. -- Damien Sorresso BSD Engineering Apple Inc. smime.p7s
participants (1)
-
Damien Sorresso