Re: Shared var between processes

2017-10-20 Thread tomcat
On 20.10.2017 17:15, Adam Prime wrote: On 17-10-20 05:17 AM, André Warnier (tomcat) wrote: On 20.10.2017 10:50, Ben RUBSON wrote: On 20 Oct 2017 10:38, André Warnier (tomcat) wrote: I believe that there is much more of a performance hit, when asking the server to set up an environment ($ENV)

Re: Shared var between processes

2017-10-20 Thread tomcat
On 20.10.2017 11:36, Ben RUBSON wrote: On 20 Oct 2017 11:17, André Warnier (tomcat) wrote: On 20.10.2017 10:50, Ben RUBSON wrote: On 20 Oct 2017 10:38, André Warnier (tomcat) wrote: On 19.10.2017 22:02, John Dunlap wrote: To piggy back onto this question, what is the best way to do this suc

Re: Shared var between processes

2017-10-20 Thread Adam Prime
On 17-10-20 05:17 AM, André Warnier (tomcat) wrote: On 20.10.2017 10:50, Ben RUBSON wrote: On 20 Oct 2017 10:38, André Warnier (tomcat) wrote: I believe that there is much more of a performance hit, when asking the server to set up an environment ($ENV) for sub-processes, than via the PerlSet

Re: Shared var between processes

2017-10-20 Thread Ben RUBSON
On 20 Oct 2017 11:17, André Warnier (tomcat) wrote: On 20.10.2017 10:50, Ben RUBSON wrote: On 20 Oct 2017 10:38, André Warnier (tomcat) wrote: On 19.10.2017 22:02, John Dunlap wrote: To piggy back onto this question, what is the best way to do this such that the values of the variables are

Re: Shared var between processes

2017-10-20 Thread tomcat
On 20.10.2017 10:50, Ben RUBSON wrote: On 20 Oct 2017 10:38, André Warnier (tomcat) wrote: On 19.10.2017 22:02, John Dunlap wrote: To piggy back onto this question, what is the best way to do this such that the values of the variables are different for every virtual host? In our model, all vi

Re: Shared var between processes

2017-10-20 Thread Ben RUBSON
On 20 Oct 2017 10:38, André Warnier (tomcat) wrote: On 19.10.2017 22:02, John Dunlap wrote: To piggy back onto this question, what is the best way to do this such that the values of the variables are different for every virtual host? In our model, all virtual hosts shared the same interprete

Re: Shared var between processes

2017-10-20 Thread tomcat
On 19.10.2017 22:02, John Dunlap wrote: To piggy back onto this question, what is the best way to do this such that the values of the variables are different for every virtual host? In our model, all virtual hosts shared the same interpreter pool but we need to have different configuration vari