---
title: processPool
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/wkwebviewconfiguration/processpool
---

# processPool

The object that coordinates the processes the web view uses to render its web content and execute scripts.

## Declaration

```swift
var processPool: WKProcessPool { get set }
```

## Discussion

Discussion When it initializes a web view, WebKit either creates a new web content process in the specified pool, or uses an existing process from that pool.

## See Also

### Configuring the web view’s behavior

- [websiteDataStore](webkit/wkwebviewconfiguration/websitedatastore.md)
- [userContentController](webkit/wkwebviewconfiguration/usercontentcontroller.md)
- [applicationNameForUserAgent](webkit/wkwebviewconfiguration/applicationnameforuseragent.md)
- [limitsNavigationsToAppBoundDomains](webkit/wkwebviewconfiguration/limitsnavigationstoappbounddomains.md)
- [upgradeKnownHostsToHTTPS](webkit/wkwebviewconfiguration/upgradeknownhoststohttps.md)
