logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rpyc_registry - RPyC registry

Author

       This manual page was written for Debian by Timo Röhling and may be used without restriction.

                                                                                                 RPYC_CLASSIC(1)

Description

       RPyC  (pronounced as are-pie-see), or Remote Python Call, is a transparent Python library for symmetrical
       remote procedure calls, clustering and  distributed-computing.  RPyC  makes  use  of  object-proxying,  a
       technique that employs Python’s dynamic nature, to overcome the physical boundaries between processes and
       computers, so that remote objects can be manipulated as if they were local.

       rpyc_registry  provides  a  way for clients to discover running instances of rpyc_classic(1) servers. The
       following options are available:

       --modeMODE, -mMODE
              Choose registry service type. Can be TCP or UDP (the default).

       --portPORT, -pPORT
              Choose the UDP/TCP listener port for the registry. The default is 18811.

       --timeoutSECS, -tSECS
              Set a timeout after which unresponsive servers will be removed from the registry.  The default  is
              240 seconds.

       --logfileFILE
              Write log to FILE.  If not specified, log output is written to stderr.

       --quiet, -q
              Quiet mode. Only errors will be logged.

Name

       rpyc_registry - RPyC registry

See Also

rpyc_classic(1)

Synopsis

rpyc_registry [options]

See Also