pxblat.Server.start()[source]

Starts the gfServer instance in either blocking or non-blocking mode.

If the server is set to non-blocking mode, it will start the server in a separate process. If the server is set to blocking mode, it will start the server in the current process.

Raises:

ValueError – If the given two_bit file or URL is invalid.