Connected: An Internet Encyclopedia
6.2.0 Procedure 0: NULL - Do nothing

Up: Connected: An Internet Encyclopedia
Up: Requests For Comments
Up: RFC 1813
Up: 6. Appendix II: Lock manager protocol
Up: 6.2 NLM Procedures
Prev: 6.2 NLM Procedures
Next: 6.3 Implementation issues

6.2.0 Procedure 0: NULL - Do nothing

6.2.0 Procedure 0: NULL - Do nothing

SYNOPSIS

      void NLMPROC4_NULL(void) = 0;

DESCRIPTION

The NULL procedure does no work. It is made available in all RPC services to allow server response testing and timing.

IMPLEMENTATION

It is important that this procedure do no work at all so that it can be used to measure the overhead of processing a service request. By convention, the NULL procedure should never require any authentication.

ERRORS

It is possible that some server implementations may return RPC errors based on security and authentication requirements.


Next: 6.3 Implementation issues

Connected: An Internet Encyclopedia
6.2.0 Procedure 0: NULL - Do nothing