If, for some circumstances, threads never been created during run-time -
this process is unneeded.
This is not a defect at all, but it will be better to delay this process
creation until first thread created, if it possible.
On 08.12.2013 14:32, Eric Rybski via RT wrote:
Show quoted text> <URL:
https://rt.cpan.org/Ticket/Display.html?id=87819 >
>
> Current behavior is by design for optimal stability. The sooner the shared process starts, the more reliable a script will behave with other modules. Eg forks module is intended for use as a pragma.
>
> Under what circumstances would you want the shared process to start later? Is there a problem or performance issue.
>
> On Sun Dec 08 06:22:45 2013, zdm@softvisio.net wrote:
>> Hi,
>> I mean, is it possible to defer shared vars process creation until
>> first
>> thread created.
>> Now this process created immediately after use forks.
>>
>>
>> On 08.12.2013 13:11, Eric Rybski via RT wrote:
>
>