Orchard Source Analysis (5.3): endrequest Event Handling (Defaultorchardhost.endrequest method)

Source: Internet
Author: User

the role of endrequest event processing is to process the tasks (task) in the processing engine (processingengine). void iorchardhost . EndRequest () { logger.debug ( "EndRequest"); EndRequest ();        } protected virtual void EndRequest () { //synchronously process all pending tasks. It's safe to does this at this point //Of the pipeline, as the request transaction have been closed, so creating a new //environment and transaction for these tasks would behave as expected.) While (_processingengine.aretaskspending ()) { _processingengine.executenexttask ();            }        }The processing engine is a task container that synchronizes tasks that are added to the container in endrequest. About the "operating engine" we analyze at the right time.Related types:Orchard.Environment.State.DefaultProcessingEngine:IProcessingEngineOrchard.Environment.State.ShellStateCoordinator:IShellStateManagerEventHandler, IshelldescriptormanagereventhandlerOrchard.Warmup.Services.WarmupScheduler:IWarmupScheduler, IwarmupeventhandlerOrchard.Recipes.Services.RecipeScheduler:IRecipeScheduler, IrecipeschedulereventhandlerOrchard.Indexing.Services.UpdateIndexScheduler:IUpdateIndexScheduler, Iindexnotifierhandler

Orchard Source Analysis (5.3): endrequest Event Handling (Defaultorchardhost.endrequest method)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.