Advantages / Disadvantages of pconnect option in CodeIgniter-open source projects bcit-ci/CodeIgniter

One of the parameters in the CodeIgniter database config is the following

['pconnect'] TRUE/FALSE - Whether to use a persistent connection

What do you recommend I set this to? Is there a significant performance hit if I set it to FALSE?

What potential problems might arise from setting it to TRUE?