What is the difference between:
thread_envs[i] = soap_copy(&env);
and
thread_envs[i] = soap_new();
Sould we use one of them or both?
|
What is the difference between:
and
Sould we use one of them or both? |
||||
|
|
|
From the documentation:
|
|||
|
|
|
The answer really depends on your intention: do you want a new, blank environment for each thread (use |
|||
|
|