<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.7.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "QuartzCore",
  "identifier" : "/documentation/QuartzCore/CARemoteLayerServer",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Core Animation"
    ],
    "preciseIdentifier" : "c:objc(cs)CARemoteLayerServer"
  },
  "title" : "CARemoteLayerServer"
}
-->

# CARemoteLayerServer

A legacy class for cross-process rendering.

```
class CARemoteLayerServer
```

## Overview

`CARemoteLaterServer` is a legacy class for cross-process rendering. <doc://com.apple.documentation/documentation/IOSurface/IOSurfaceCreateMachPort(_:)> and <doc://com.apple.documentation/documentation/IOSurface/IOSurfaceCreateXPCObject(_:)>, available with <doc://com.apple.documentation/documentation/IOSurface/IOSurface>, offer an improved way to perform cross-process rendering.

## Topics

### Creating a Server

[`serverPort`](/documentation/QuartzCore/CARemoteLayerServer/serverPort)

The port number of the server.

### Getting a Server Instance

[`shared()`](/documentation/QuartzCore/CARemoteLayerServer/shared())

Returns the (singleton) instance of the shared remote layer server.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)