On our CF8.01 servers we've noticed a bug with cfthread and
sandboxing. Threads don't get the same permissions as the code that
launched them; any action like a DB call, a file read etc taken inside
a thread fails with sandbox related errors.

The exception to this is the first page to call threads after a server
restart; those threads get the right permissions and everything works.
After this, when pages in other sandboxes try to run threads, problems
occur for those other sandboxes (the first one continues to work).
It's essentially first come first served, which is why I think it's a
bug and not a feature.

Has anyone else seen this problem? We're on SLES 10, CF Enterprise
Multiserver (i.e. JRun).

mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323525
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to