Unsolved
This post is more than 5 years old
4 Posts
0
531
June 25th, 2009 10:00
Smarts Perl Modules Thread Friendly?
Does anyone know if the Smarts Perl Modules are Thread friendly? I have a multithreaded perl script, which is connecting to the domain in several of the threads, and it seems that when two threads are trying to access my SMARTS domain I receive an exception ( type 9 (Protocol error, data size error, or unsupported protocol format) and type 10 (Not attached) ). The domain is still running, so I know that is not the issue.
The Smarts Perl documentation does not describe if the modules are thread friendly. Any one know for sure?
Thanks,
Chris Golding
The Smarts Perl documentation does not describe if the modules are thread friendly. Any one know for sure?
Thanks,
Chris Golding
No Events found!
TCorcoran
53 Posts
1
June 25th, 2009 10:00
- TC
Hemulll
2 Intern
•
138 Posts
0
June 25th, 2009 17:00
My opinion is to perform transactions in domain with multithread but, attach to domain is single.
And why do you need many connections to one domain ?
g0ld2k
4 Posts
0
June 26th, 2009 06:00
~Chris