Cr_write_content (in packages/acs-content-repository/tcl/revision-procs.tcl) appears to use the existence of the ad_returnfile_background proc to determine whether to use background delivery. There is a kernel parameter (UseBackGroundDeliveryP) for that purpose but it is apparently ignored.
Ad_returnfile_background is installed as part of xotcl-core.
I added code to my local copy in order to permit disabling of background delivery without the need to remove xotcl-core using [parameter::get_from_package_key -package_key acs-kernel -boolean -parameter UseBackgroundDeliveryP -default 0] to get the value of the parameter.
Is this the best way to go about this?
Request notifications