Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For example - opening a postgres database connection is slow on Windows as we discovered with an internal project. We had to solve the problem by caching Postgres database connections to avoid the overhead of spawning new processes.

...