par PortSight - Type de produit : Composant / ASP.NET WebForms / .NET Class / 100% Managed Code
Veuillez noter que les informations sur les produits ne sont pas disponibles en français.
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.
Nos prix standard sont montrés ci-dessous. Veuillez vous connecter pour voir vos prix.
| Ajouter au Caddie | $ 178.66 | 1 Server License | Téléchargement (5.7 Mo) | |
| Ajouter au Caddie | $ 168.24 | 1 Server License - TechEd 2003 Visitors | Vérifier | Téléchargement (5.7 Mo) |
| Ajouter au Caddie | $ 137.11 | 1 Server License - INETA Members | Vérifier | Téléchargement (5.7 Mo) |
| Ajouter au Caddie | $ 109.41 | 1 Server License - PortSight Hosting Partners | Vérifier | Téléchargement (5.7 Mo) |
| Ajouter au Caddie | $ 344.85 | 4 Server License | Téléchargement (5.7 Mo) | |
| Ajouter au Caddie | $ 337.90 | 4 Server License - TechEd 2003 Visitors | Vérifier | Téléchargement (5.7 Mo) |
| Ajouter au Caddie | $ 275.61 | 4 Server License - INETA Members | Vérifier | Téléchargement (5.7 Mo) |
| Ajouter au Caddie | $ 206.36 | 4 Server License - PortSight Hosting Partners | Vérifier | Téléchargement (5.7 Mo) |
| Ajouter au Caddie | $ 207.74 | 4 Server Licence - Upgrade from 1 Server Licence | Vérifier | Téléchargement (5.7 Mo) |
| Ajouter au Caddie | $ 691.09 | 1 Site Wide License (Allows Unlimited Servers at a Single Physical Address) | Téléchargement (5.7 Mo) | |
| Ajouter au Caddie | $ 677.21 | 1 Site Wide License - TechEd 2003 Visitors | Vérifier | Téléchargement (5.7 Mo) |
| Ajouter au Caddie | $ 552.60 | 1 Site Wide License - INETA Members | Vérifier | Téléchargement (5.7 Mo) |
| Ajouter au Caddie | $ 414.10 | 1 Site Wide License - PortSight Hosting Partners | Vérifier | Téléchargement (5.7 Mo) |
Nos prix comprennent le support technique ComponentSource et, pour la majorité des produits téléchargeables, une sauvegarde en ligne ainsi qu'une mise à niveau GRATUITE si la nouvelle version est parue pendant les 30 jours consécutifs à votre achat. Toutes les ventes sont sujettes à nos Termes et Conditions standard à notre Politique de renvoi. Veuillez nous contacter si vous avez besoin d'une option de licence (licence de volume et versions précédentes) qui ne figure pas sur la liste ci-dessus.
Nos prix standard sont montrés ci-dessus. Veuillez vous connecter pour voir vos prix.
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.