by PortSight - 상품타입: Component / ASP.NET WebForms / .NET Class / 100% Managed Code
주의 : 이 제품정보에는 한글안내가 포함되어 있지 않습니다.
Schedule and run server-side tasks from your ASP.NET applications. PortSight Task Scheduler is a component for ASP.NET applications that can be used for scheduling an immediate or recurring execution of server-side tasks. Since the tasks are executed on the server, they can run asynchronously and under a privileged account. It allows you to execute long-running and resource intensive tasks. You can also serialize your tasks to avoid concurrent access to shared resources and possible locks, which makes your applications more robust and available.
일반 적인 소비자 가격은 하기에 표시되어 있습니다. 고객님의 할인가격은 표시 하시려면 로그인 해주시기 바랍니다.
| 주문 | ₩ 232,200 | 1 Server License | 다운로드 (5.7 MB) | |
| 주문 | ₩ 218,600 | 1 Server License - TechEd 2003 Visitors | 확인 | 다운로드 (5.7 MB) |
| 주문 | ₩ 178,200 | 1 Server License - INETA Members | 확인 | 다운로드 (5.7 MB) |
| 주문 | ₩ 142,200 | 1 Server License - PortSight Hosting Partners | 확인 | 다운로드 (5.7 MB) |
| 주문 | ₩ 448,100 | 4 Server License | 다운로드 (5.7 MB) | |
| 주문 | ₩ 439,100 | 4 Server License - TechEd 2003 Visitors | 확인 | 다운로드 (5.7 MB) |
| 주문 | ₩ 358,100 | 4 Server License - INETA Members | 확인 | 다운로드 (5.7 MB) |
| 주문 | ₩ 268,200 | 4 Server License - PortSight Hosting Partners | 확인 | 다운로드 (5.7 MB) |
| 주문 | ₩ 270,000 | 4 Server Licence - Upgrade from 1 Server Licence | 확인 | 다운로드 (5.7 MB) |
| 주문 | ₩ 898,000 | 1 Site Wide License (Allows Unlimited Servers at a Single Physical Address) | 다운로드 (5.7 MB) | |
| 주문 | ₩ 880,000 | 1 Site Wide License - TechEd 2003 Visitors | 확인 | 다운로드 (5.7 MB) |
| 주문 | ₩ 718,100 | 1 Site Wide License - INETA Members | 확인 | 다운로드 (5.7 MB) |
| 주문 | ₩ 538,100 | 1 Site Wide License - PortSight Hosting Partners | 확인 | 다운로드 (5.7 MB) |
가격에는 ComponentSource의 기술지원 요금이 포함되어 있습니다. 또한 다운로드 판매를 하고 있는 상품의 대부분은 온라인 백업요금이 포함되어 있어서 구입날로부터 30일 이내에 새로운 버전이 발매된 경우 무료로 업그레이드해 드리고 있습니다. 모든 주문에 대해서 당사표준 계약조건 및 반품조건 의 내용이 적용됩니다. 다음의 경우,고객 서비스로연락하시기 바랍니다. (상기의 리스트에 게재되지 않은 대량의 라이센스나 구 버전 등의 라이센스 옵션이 필요한 경우)
일반 적인 소비자 가격은 상기에 표시되어 있습니다. 고객님의 할인가격은 표시 하시려면 로그인 해주시기 바랍니다.
What's New in V1.1
PortSight Task Scheduler allows you to schedule and execute tasks on the server from your ASP.NET applications. It can be used for several purposes:
Scheduling and Execution of Tasks on the Server
You can schedule tasks that will be run only once or repeatedly. You can choose date and time, as well as days of week and recurring period
Asynchronous Execution of Long-running Tasks
You can avoid server script time-outs by running tasks asynchronously to your ASP.NET page. When you use the included TaskRunner control, the user gets a pop-up window that displays task progress, which also greatly improves the user experience
Serialization of Tasks that Access Shared Resources
Serialization allows you to create a virtual queue and process the tasks in the FIFO (First In First Out) order. It improves the robustness of your Web site and ensures that all tasks will be finished. It helps you avoid locks in file system or in the database
Execute Server-side Utilities and Commands under a Privileged Account
You can execute tasks under the administrator (or some other) account – you can execute backup and server management utilities from your ASP.NET applications without granting special permissions to common users
Architecture
PortSight Task Scheduler is written as a three-tier .NET application. You can use its application programming interface (API) to schedule and run tasks from any .NET application.
It uses Microsoft SQL Server (or MSDE) to store information about tasks.
The tasks are executed by PortSight Task Scheduler Windows Service. It ensures two main features:
You can manage the PortSight Task Scheduler system using its Web interface that is delivered with source code and can be easily modified.
Using PortSight Task Scheduler, you can run any type of applications and commands on your server:
You can also create your own components that will be run by PortSight Task Scheduler.