I am new to C Socket programming and trying to establish a client username and password authentication service in a known server. Client here are the users having username The authentication service will have a thread keep state with the spawned Hive Server(HIVE in Hadoop) to terminate the server in disuse, after error, or in termination with the authorization service. Can I get any code snippet for it plsss? :)
質問する
99 次
1 に答える
0
C ソケット プログラミングは、開発対象のプラットフォームによって異なります。それはWindowsですか?UNIX? 認証手順などの高度なコードを実装する前に、単純なソケット プログラムでトレーニングする必要があります。UNIX (特に Linux) システムの場合、ソケットの理論と例をここで見つけることができます。
于 2012-09-07T21:30:03.703 に答える