> IP vars inside a component does that make any reference to the component code > (or at least methods that use/reference the IPVars) NOT thread safe? or is > the component 'walled off' for this consideration?
IP vars are not thread safe, so the component method could not be marked as thread safe, meaning the host method using it could also not be marked as thread safe. http://doc.4d.com/4Dv16/4D/16.3/Preemptive-4D-processes.300-3651705.en.html { Note: A component method declared as "Shared with components and host databases" must also be declared "capable" in order to be run in a preemptive thread by the host database. } -Tim ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

