SlideShare une entreprise Scribd logo
1  sur  21
(ATS3-GS03) Accelrys Enterprise
Platform Architecture Deeper Dive
 Jason Benedict
 Sr. Architect, Platform R&D
 jason.benedict@accelrys.com
The information on the roadmap and future software development efforts are
intended to outline general product direction and should not be relied on in making
a purchasing decision.
Agenda

•   Core services and security
•   Job launching
•   Process management
•   Latency and scalability data
•   Clustering methods
Accelrys Enterprise Platform
                                                                              SharePoint & Office                    3rd Party
     Web Applications                Thick Client Applications
                                                                                 Applications                       Applications




 Web Application Framework            Client Integration APIs                 MS Office Integration                SOA Integration



                                                Accelrys Enterprise Platform
                    Scientific and Generic Services                                              Data Management Services

       Work              Reports       Experiment           Instrument
      Request                           Workflow             Interfaces
                                                                                                                   Notebook
                                                                                    ORACLE            Docs                            Isentris
                                                                                                                     Vault
     Experiment         Scheduling       Virtual           Data Mining
       Design                           Chemistry          & Analytics

                                                                                              LIMS           LEA              Other
     Modeling
                         Biology       Registration             Imaging
    & Simulation                                                          …
Accelrys Enterprise Platform Integration
                                                                                                                    Client Integration
                                                                                                                    Build clients that connect to Pipeline
                                                                                                                    Pilot and run protocol services.
                                                                Web Browser
                               Run Protocol                                                           .NET Client             Java Client                 SOAP Client
 Professional Client          Command Line              Web Port          JavaScript Client
                                  Client
                                                   JavaScript Client                                  .NET Client
                                                                             REST API                                      Java Client SDK          Web Services API
                                                         SDK                                             SDK
                                                          Pipeline Pilot Enterprise Server
               Web Apps                         Web Services API                              Admin Portal                                  Help Portal

                                                                                                     Grid System Integration (optional)

                                                           Protocol Runtime Environment (scisvr)
  VB Script       VB Script
                                   Run                                                                   SOAP &         Telnet /                           ODBC /
    (On              (On                      Java             Perl       Python              .NET                                      SSH / SCP
                                 Program                                                                  HTTP            FTP                               JDBC
   Client)         Server)



                                   Java        Perl            .NET
   VB Script       Cmd Line
                                  Classes     Scripts         Classes



Server Integration                                                                                        REST            SOAP
                                                                                                                                        Cmd Line              DBs
Extend pipelines with new components that                                                                Service         Service

integrate your code, data and services.
Pipeline Server Architecture
                                                   Apache HTTP Server

                                      Authentication and Authorization Security Module

 Mod_balancer                                                              File      Protocol   runjob CGI   Admin Portal
                      Locator   XMLDB        Runner       Logging
                                                                         Access        Web
                      Service   Service      Service      Service                               WSDL CGI     Help Portal
  Mod_proxy                                                              Service     Services



                1 .. 1                                          1 .. N                                                      Corporate
                                                                                                                            Directory


                                                   Data Flow Services
   Apache Tomcat
                                                                                                                              DB’s
 Query
              Scheduler
 Service
                                                                                                                              SOA



                                                File System
                                                                                                                              CMS



                                XMLDB                   User Data        Job Data
Launching Asynchronous (polling) Jobs
                                                             Apache HTTP Server
                                               Authentication and Authorization Security Module
  1.                    2.                              3.          Runner Service                4.                         5.

       Create job            Need to fork                                                              Poll job status via        Read result
       directory with        scisvr?                                                                   sts file                   file from disk
       compressed                                                                                                                 and return
       protocol.xml                                                                                    Monitor Job                to client
                                        Write lck file to
       and uploaded                                                                                    existence via lck          through
                                        lck directory
       input files                                                                                     file and process           Apache
                                                              JVM                                      status
                                               scisvr(.exe)   CLR

                                                              Write sts file and results files
                                                              to job directory




                                                     Job Folder
Launching Synchronous (blocking) Jobs
                                                        Apache HTTP Server
                                          Authentication and Authorization Security Module
  1.   XMLDB        2.                             3.                 Runner Service         4.                        5.

         Get             Need to fork                    Connect to scisvr pipe.                  Send notification         Stream
         protocol        scisvr?                         Send protocol XML and                    to apache via pipe        results back
         XML from                                        request parameters                       when done                 to Apache
         Protocol                                                                                                           on pipe
         DB

                                   Write lck file to
                                   lck directory
                                                          JVM
                                          scisvr(.exe)    CLR




 XMLDB                                           XMLDB
Job Settings

               • Set Max Running Jobs to 2x available
                 cores
               • Set Blocking Job timeout between
                 10-30 seconds, not more due to
                 client starvation
               • Maximum Number of Parallel
                 Processing is a guideline, not a strict
                 maximum. Set to 2x cores
               • Set Maximum Job Daemons Per Pool
                 to 2x available cores
               • Job Readiness Refresh Rate assists
                 with multipurpose servers which can
                 become “cold”
               • Read application specific
                 recommendations for more details
Process Management - Pools
                             – Identified by
                               __poolid=<name>
                               parameter on request.
                                 –   Needs to be sent from the
                                     client, not from the saved
                                     protocol
                             – Latency of 20-200 ms
                             – Creates a pool of scisvr.exe
                               processes dedicated to that
                               pool
                             – Enables caching of
                               expensive resources:
                                 • JVM
                                 • CLR
                                 • Database connections
                                 • Protocol DB Shortcuts
                                    and References
Process Management – Pools w/ Impersonation

                                   – Impersonation
                                     create a small
                                     pool for each
                                     user for each
                                     pool
                                   – Lower the pool
                                     sizes to
                                     accommodate
                                     this behaviors
Scisvr Pool Settings – Config files
Setting                       Default   Description
Start Servers                 0         Number of initial processes in this pool, created when apache starts

Min Spare Servers             1         Min number of idle processes to keep alive
Max Spare Servers             1         Max number of “available”processes to keep alive
Max Spare Servers Trim Time   0         Time to wait (seconds) before pruning “Available” servers exceeding
                                        Max Spare Servers value
Max Servers                   16        The total number of servers to allow for this pool
Max Queue Depth               32        maximum number of jobs to queue before rejected. Can be 0 or -1 for
                                        infinite
Max Requests Per Server       -1        Maximum number of requests to handle in a single server before
                                        exiting, -1 is infinite
Time to Live                  300       Idle timeout (seconds) for pooled server to live
Warm-up Protocol                        Path to initial protocol to run
Memory Threshold              80        Max % phys mem use by all proc’s before pruning
Individual Usage Threshold    15        Max % phys mem use by one proc before pruning
Web Job Launch Scalability Improvements
   Framework overhead on blocking, pooled jobs on 8 core Windows 2008 R2 (64 bit)
Web Job Launch Scalability Improvements Linux
For simple chemistry fetch of 10 records to JSON on 8 core RedHat Linux ES5 (64 bit)




Identical tests on Windows 2008 RS on identical hardware
Performance Tuning Document

• Guide available on Accelrys Forums
   – http://doc.accelrys.com/library/PipelinePilot/doc/performance
     _tuning.pdf
Public Cluster


                 Execute


                    Login
       Users



                                                 Secondary
  Clients                                        Pipeline
                                           NFS
                                                 Pilot Servers

                            Primary
                            Pipeline
                            Pilot Server

       Users


                                                           16
Private Cluster



                  Login
       Users

                   Execute

                                              Secondary
                                              Pipeline
       Users                                  Pilot Servers
                                        NFS
                             Primary
                             Pipeline
                             Pilot
       Users                 Server

  Clients
                                                        17
Grid (SGE, PBS, LSF, other)


                                              Grid
                Login                         software
       Users                                  and SOAP

                 Execute

                                                         Grid Nodes:
                                                         do not require
       Users                                             Apache HTTPD
                           Primary Pipeline Pilot
                                               NFS
                           server
                           and
                           grid submission server
       Users

  Clients
                                                                  18
IP-based Load Balancing 1


               Execute

                  Login
       Users



                                                                 XMLDB

  Clients
                                                             File share
                            Reverse Proxy
                                  or
                            IP-based Load                       Job Folders
                                            Symmetrical
                               Balancer     Pipeline Pilot
                                                                User Folders

       Users                                Server Nodes
                                            Shared Storage

                                                                     19
Summary

• What we learned
  –   Apache service and launching system
  –   Job launching and settings
  –   Process management for pooling
  –   How pooling has improved latency (snappiness)
  –   Clustering and grids
The information on the roadmap and future software development efforts are
intended to outline general product direction and should not be relied on in making
a purchasing decision.


For more information on the Accelrys Tech Summits and other IT & Developer
information, please visit:
https://community.accelrys.com/groups/it-dev

Contenu connexe

Tendances

adrian coyler open tour keynote
adrian coyler open tour keynoteadrian coyler open tour keynote
adrian coyler open tour keynotemarklucovsky
 
Venus-c: Using open source clouds in eScience
Venus-c: Using open source clouds in eScienceVenus-c: Using open source clouds in eScience
Venus-c: Using open source clouds in eScienceOW2
 
Java one brazil_keynote_dochez
Java one brazil_keynote_dochezJava one brazil_keynote_dochez
Java one brazil_keynote_dochezJerome Dochez
 
Google App Engine Update 2012
Google App Engine Update 2012Google App Engine Update 2012
Google App Engine Update 2012David Chandler
 
Everything You Need to Know about Diagnostics and Debugging on Microsoft Inte...
Everything You Need to Know about Diagnostics and Debugging on Microsoft Inte...Everything You Need to Know about Diagnostics and Debugging on Microsoft Inte...
Everything You Need to Know about Diagnostics and Debugging on Microsoft Inte...goodfriday
 
Resource Oriented Architecture in Wireless Sensor Network
Resource Oriented Architecture in Wireless Sensor NetworkResource Oriented Architecture in Wireless Sensor Network
Resource Oriented Architecture in Wireless Sensor NetworkThomas Pham
 
Pure Ejb Within An Agile Context
Pure Ejb Within An Agile ContextPure Ejb Within An Agile Context
Pure Ejb Within An Agile ContextNoam Bunder
 
SharePoint 2010 as a Development Platform
SharePoint 2010 as a Development PlatformSharePoint 2010 as a Development Platform
SharePoint 2010 as a Development PlatformAyman El-Hattab
 
Aras Role Based Clients
Aras Role Based ClientsAras Role Based Clients
Aras Role Based ClientsProdeos
 
Sql azure database under the hood
Sql azure database under the hoodSql azure database under the hood
Sql azure database under the hoodguest2dd056
 
Expendables E-AppStore
Expendables E-AppStoreExpendables E-AppStore
Expendables E-AppStorelobalint
 
Was Mobile And Private Cloud For Inside Sales Customers Web Cast By Kathy Terry
Was Mobile And Private Cloud For Inside Sales Customers Web Cast By Kathy TerryWas Mobile And Private Cloud For Inside Sales Customers Web Cast By Kathy Terry
Was Mobile And Private Cloud For Inside Sales Customers Web Cast By Kathy TerryCarolyn Crowe
 
E2.0 - Next Generation Portal and Content Management
E2.0 - Next Generation Portal and Content ManagementE2.0 - Next Generation Portal and Content Management
E2.0 - Next Generation Portal and Content Managementmuratc2a
 
03.egovFrame Runtime Environment Training Book
03.egovFrame Runtime Environment Training Book03.egovFrame Runtime Environment Training Book
03.egovFrame Runtime Environment Training BookChuong Nguyen
 
Sql Server 2012 Reporting-Services is Now a SharePoint Service Application
Sql Server 2012   Reporting-Services is Now a SharePoint Service ApplicationSql Server 2012   Reporting-Services is Now a SharePoint Service Application
Sql Server 2012 Reporting-Services is Now a SharePoint Service ApplicationInnoTech
 
Dave Carroll Application Services Salesforce
Dave Carroll Application Services SalesforceDave Carroll Application Services Salesforce
Dave Carroll Application Services Salesforcedeimos
 
Roadmap For Fusion Middleware Application Server Infrastructure
Roadmap For Fusion Middleware Application Server InfrastructureRoadmap For Fusion Middleware Application Server Infrastructure
Roadmap For Fusion Middleware Application Server InfrastructureOracleContractors
 
Applications at Scale
Applications at ScaleApplications at Scale
Applications at ScaleServiceMesh
 

Tendances (20)

adrian coyler open tour keynote
adrian coyler open tour keynoteadrian coyler open tour keynote
adrian coyler open tour keynote
 
Application Migration & Enhancement
Application Migration & EnhancementApplication Migration & Enhancement
Application Migration & Enhancement
 
Venus-c: Using open source clouds in eScience
Venus-c: Using open source clouds in eScienceVenus-c: Using open source clouds in eScience
Venus-c: Using open source clouds in eScience
 
Java one brazil_keynote_dochez
Java one brazil_keynote_dochezJava one brazil_keynote_dochez
Java one brazil_keynote_dochez
 
Google App Engine Update 2012
Google App Engine Update 2012Google App Engine Update 2012
Google App Engine Update 2012
 
Everything You Need to Know about Diagnostics and Debugging on Microsoft Inte...
Everything You Need to Know about Diagnostics and Debugging on Microsoft Inte...Everything You Need to Know about Diagnostics and Debugging on Microsoft Inte...
Everything You Need to Know about Diagnostics and Debugging on Microsoft Inte...
 
Resource Oriented Architecture in Wireless Sensor Network
Resource Oriented Architecture in Wireless Sensor NetworkResource Oriented Architecture in Wireless Sensor Network
Resource Oriented Architecture in Wireless Sensor Network
 
Pure Ejb Within An Agile Context
Pure Ejb Within An Agile ContextPure Ejb Within An Agile Context
Pure Ejb Within An Agile Context
 
SharePoint 2010 as a Development Platform
SharePoint 2010 as a Development PlatformSharePoint 2010 as a Development Platform
SharePoint 2010 as a Development Platform
 
Aras Role Based Clients
Aras Role Based ClientsAras Role Based Clients
Aras Role Based Clients
 
Sql azure database under the hood
Sql azure database under the hoodSql azure database under the hood
Sql azure database under the hood
 
Expendables E-AppStore
Expendables E-AppStoreExpendables E-AppStore
Expendables E-AppStore
 
Was Mobile And Private Cloud For Inside Sales Customers Web Cast By Kathy Terry
Was Mobile And Private Cloud For Inside Sales Customers Web Cast By Kathy TerryWas Mobile And Private Cloud For Inside Sales Customers Web Cast By Kathy Terry
Was Mobile And Private Cloud For Inside Sales Customers Web Cast By Kathy Terry
 
E2.0 - Next Generation Portal and Content Management
E2.0 - Next Generation Portal and Content ManagementE2.0 - Next Generation Portal and Content Management
E2.0 - Next Generation Portal and Content Management
 
03.egovFrame Runtime Environment Training Book
03.egovFrame Runtime Environment Training Book03.egovFrame Runtime Environment Training Book
03.egovFrame Runtime Environment Training Book
 
Sql Server 2012 Reporting-Services is Now a SharePoint Service Application
Sql Server 2012   Reporting-Services is Now a SharePoint Service ApplicationSql Server 2012   Reporting-Services is Now a SharePoint Service Application
Sql Server 2012 Reporting-Services is Now a SharePoint Service Application
 
Sakeesoft
Sakeesoft Sakeesoft
Sakeesoft
 
Dave Carroll Application Services Salesforce
Dave Carroll Application Services SalesforceDave Carroll Application Services Salesforce
Dave Carroll Application Services Salesforce
 
Roadmap For Fusion Middleware Application Server Infrastructure
Roadmap For Fusion Middleware Application Server InfrastructureRoadmap For Fusion Middleware Application Server Infrastructure
Roadmap For Fusion Middleware Application Server Infrastructure
 
Applications at Scale
Applications at ScaleApplications at Scale
Applications at Scale
 

En vedette

FolhetoDiplomaciavclose
FolhetoDiplomaciavcloseFolhetoDiplomaciavclose
FolhetoDiplomaciavcloseV Sereno
 
Private investment wind power in colombia
Private investment wind power in colombiaPrivate investment wind power in colombia
Private investment wind power in colombiaESTHHUB
 
Gestion basica de la informacion
Gestion basica de la informacionGestion basica de la informacion
Gestion basica de la informacionJonatan Murcia
 
Session 6 Litigation support february 17, 2012 email version burkett
Session 6 Litigation support february 17, 2012 email version   burkettSession 6 Litigation support february 17, 2012 email version   burkett
Session 6 Litigation support february 17, 2012 email version burkettIMA Columbia Chapter
 
Cargador de 12 v para notebook universal
Cargador de 12 v para notebook universalCargador de 12 v para notebook universal
Cargador de 12 v para notebook universalJosue Berzunza
 
Biblioteca general iglesia ind. evangelica faro de luz
Biblioteca general iglesia ind. evangelica faro de luzBiblioteca general iglesia ind. evangelica faro de luz
Biblioteca general iglesia ind. evangelica faro de luzericupr
 
MTC Company Profile
MTC Company ProfileMTC Company Profile
MTC Company ProfileKunal Gupta
 
Team building
Team buildingTeam building
Team buildingmmk_hr
 
Torchwood Trilogy
Torchwood TrilogyTorchwood Trilogy
Torchwood TrilogyGeraint Day
 
The british academy cali slide share
The british academy cali slide shareThe british academy cali slide share
The british academy cali slide shareBritishacademycali
 
CARACTERÍSTICAS ESTRUCTURALES E ISÓTOPOS DE PLOMO DE LAS MINERALIZACIONES AUR...
CARACTERÍSTICAS ESTRUCTURALES E ISÓTOPOS DE PLOMO DE LAS MINERALIZACIONES AUR...CARACTERÍSTICAS ESTRUCTURALES E ISÓTOPOS DE PLOMO DE LAS MINERALIZACIONES AUR...
CARACTERÍSTICAS ESTRUCTURALES E ISÓTOPOS DE PLOMO DE LAS MINERALIZACIONES AUR...Sector Energía y Minas - INGEMMET
 
La Tarjeta Sanitaria en la Comunitat Valenciana - Base de datos población pro...
La Tarjeta Sanitaria en la Comunitat Valenciana - Base de datos población pro...La Tarjeta Sanitaria en la Comunitat Valenciana - Base de datos población pro...
La Tarjeta Sanitaria en la Comunitat Valenciana - Base de datos población pro...IIS MSPS
 
Article about glove integrity test
Article about glove integrity testArticle about glove integrity test
Article about glove integrity testHong Liu
 
How to Leverage Engineering & R&D From India and China in the Med Tech Business
How to Leverage Engineering & R&D From India and China in the Med Tech BusinessHow to Leverage Engineering & R&D From India and China in the Med Tech Business
How to Leverage Engineering & R&D From India and China in the Med Tech BusinessUBMCanon
 
Grafik — Presentation design standards
Grafik — Presentation design standardsGrafik — Presentation design standards
Grafik — Presentation design standardsMichael Burke
 

En vedette (20)

Ambiente word carlos
Ambiente word carlosAmbiente word carlos
Ambiente word carlos
 
FolhetoDiplomaciavclose
FolhetoDiplomaciavcloseFolhetoDiplomaciavclose
FolhetoDiplomaciavclose
 
Private investment wind power in colombia
Private investment wind power in colombiaPrivate investment wind power in colombia
Private investment wind power in colombia
 
Gestion basica de la informacion
Gestion basica de la informacionGestion basica de la informacion
Gestion basica de la informacion
 
Session 6 Litigation support february 17, 2012 email version burkett
Session 6 Litigation support february 17, 2012 email version   burkettSession 6 Litigation support february 17, 2012 email version   burkett
Session 6 Litigation support february 17, 2012 email version burkett
 
Cargador de 12 v para notebook universal
Cargador de 12 v para notebook universalCargador de 12 v para notebook universal
Cargador de 12 v para notebook universal
 
Llengua i visió del món
Llengua i visió del mónLlengua i visió del món
Llengua i visió del món
 
Biblioteca general iglesia ind. evangelica faro de luz
Biblioteca general iglesia ind. evangelica faro de luzBiblioteca general iglesia ind. evangelica faro de luz
Biblioteca general iglesia ind. evangelica faro de luz
 
18 01-11
18 01-1118 01-11
18 01-11
 
MTC Company Profile
MTC Company ProfileMTC Company Profile
MTC Company Profile
 
Team building
Team buildingTeam building
Team building
 
Valvulas de bola
Valvulas de bolaValvulas de bola
Valvulas de bola
 
Torchwood Trilogy
Torchwood TrilogyTorchwood Trilogy
Torchwood Trilogy
 
may-making plans
may-making plansmay-making plans
may-making plans
 
The british academy cali slide share
The british academy cali slide shareThe british academy cali slide share
The british academy cali slide share
 
CARACTERÍSTICAS ESTRUCTURALES E ISÓTOPOS DE PLOMO DE LAS MINERALIZACIONES AUR...
CARACTERÍSTICAS ESTRUCTURALES E ISÓTOPOS DE PLOMO DE LAS MINERALIZACIONES AUR...CARACTERÍSTICAS ESTRUCTURALES E ISÓTOPOS DE PLOMO DE LAS MINERALIZACIONES AUR...
CARACTERÍSTICAS ESTRUCTURALES E ISÓTOPOS DE PLOMO DE LAS MINERALIZACIONES AUR...
 
La Tarjeta Sanitaria en la Comunitat Valenciana - Base de datos población pro...
La Tarjeta Sanitaria en la Comunitat Valenciana - Base de datos población pro...La Tarjeta Sanitaria en la Comunitat Valenciana - Base de datos población pro...
La Tarjeta Sanitaria en la Comunitat Valenciana - Base de datos población pro...
 
Article about glove integrity test
Article about glove integrity testArticle about glove integrity test
Article about glove integrity test
 
How to Leverage Engineering & R&D From India and China in the Med Tech Business
How to Leverage Engineering & R&D From India and China in the Med Tech BusinessHow to Leverage Engineering & R&D From India and China in the Med Tech Business
How to Leverage Engineering & R&D From India and China in the Med Tech Business
 
Grafik — Presentation design standards
Grafik — Presentation design standardsGrafik — Presentation design standards
Grafik — Presentation design standards
 

Similaire à (ATS3-GS03) Accelrys Enterprise Platform Deeper Dive

(ATS4-DEV10) Creating Pipeline Pilot Components by Wrapping Third-Party Tools
(ATS4-DEV10) Creating Pipeline Pilot Components by Wrapping Third-Party Tools(ATS4-DEV10) Creating Pipeline Pilot Components by Wrapping Third-Party Tools
(ATS4-DEV10) Creating Pipeline Pilot Components by Wrapping Third-Party ToolsBIOVIA
 
(ATS3-DEV05) Coding up Pipeline Pilot Components
(ATS3-DEV05) Coding up Pipeline Pilot Components(ATS3-DEV05) Coding up Pipeline Pilot Components
(ATS3-DEV05) Coding up Pipeline Pilot ComponentsBIOVIA
 
Windows Azure架构探析
Windows Azure架构探析Windows Azure架构探析
Windows Azure架构探析George Ang
 
OreDev 2008: Software + Services
OreDev 2008: Software + ServicesOreDev 2008: Software + Services
OreDev 2008: Software + Servicesukdpe
 
Mike Taulty MIX10 Silverlight 4 Patterns Frameworks
Mike Taulty MIX10 Silverlight 4 Patterns FrameworksMike Taulty MIX10 Silverlight 4 Patterns Frameworks
Mike Taulty MIX10 Silverlight 4 Patterns Frameworksukdpe
 
SharePoint Data Anywhere and Everywhere by Chris Beckett - SPTechCon
SharePoint Data Anywhere and Everywhere by Chris Beckett - SPTechConSharePoint Data Anywhere and Everywhere by Chris Beckett - SPTechCon
SharePoint Data Anywhere and Everywhere by Chris Beckett - SPTechConSPTechCon
 
Complex End-to-End Testing
Complex End-to-End TestingComplex End-to-End Testing
Complex End-to-End TestingErika Barron
 
Wakanda - apps.berlin.js - 2012-11-29
Wakanda - apps.berlin.js - 2012-11-29Wakanda - apps.berlin.js - 2012-11-29
Wakanda - apps.berlin.js - 2012-11-29Alexandre Morgaut
 
CloudStack Collaboration Conference 12; Refactoring cloud stack
CloudStack Collaboration Conference 12; Refactoring cloud stackCloudStack Collaboration Conference 12; Refactoring cloud stack
CloudStack Collaboration Conference 12; Refactoring cloud stackbuildacloud
 
Lcds & Blaze Ds by Corneliu Creanga
Lcds & Blaze Ds by Corneliu CreangaLcds & Blaze Ds by Corneliu Creanga
Lcds & Blaze Ds by Corneliu CreangaJUG Genova
 
Introducing SQL Server Data Services
Introducing SQL Server Data ServicesIntroducing SQL Server Data Services
Introducing SQL Server Data Servicesgoodfriday
 
Introducing SQL Server Data Services
Introducing SQL Server Data ServicesIntroducing SQL Server Data Services
Introducing SQL Server Data Servicesgoodfriday
 
Choosing Your Windows Azure Platform Strategy
Choosing Your Windows Azure Platform StrategyChoosing Your Windows Azure Platform Strategy
Choosing Your Windows Azure Platform Strategydrmarcustillett
 
Play with cloud foundry
Play with cloud foundryPlay with cloud foundry
Play with cloud foundryPeng Wan
 
Silverlight And .Net Ria Services – Building Lob And Business Applications Wi...
Silverlight And .Net Ria Services – Building Lob And Business Applications Wi...Silverlight And .Net Ria Services – Building Lob And Business Applications Wi...
Silverlight And .Net Ria Services – Building Lob And Business Applications Wi...rsnarayanan
 
Modern Architectures with Spring and JavaScript
Modern Architectures with Spring and JavaScriptModern Architectures with Spring and JavaScript
Modern Architectures with Spring and JavaScriptmartinlippert
 
Programming SharePoint 2010 with Visual Studio 2010
Programming SharePoint 2010 with Visual Studio 2010Programming SharePoint 2010 with Visual Studio 2010
Programming SharePoint 2010 with Visual Studio 2010Quang Nguyễn Bá
 

Similaire à (ATS3-GS03) Accelrys Enterprise Platform Deeper Dive (20)

(ATS4-DEV10) Creating Pipeline Pilot Components by Wrapping Third-Party Tools
(ATS4-DEV10) Creating Pipeline Pilot Components by Wrapping Third-Party Tools(ATS4-DEV10) Creating Pipeline Pilot Components by Wrapping Third-Party Tools
(ATS4-DEV10) Creating Pipeline Pilot Components by Wrapping Third-Party Tools
 
(ATS3-DEV05) Coding up Pipeline Pilot Components
(ATS3-DEV05) Coding up Pipeline Pilot Components(ATS3-DEV05) Coding up Pipeline Pilot Components
(ATS3-DEV05) Coding up Pipeline Pilot Components
 
Windows Azure架构探析
Windows Azure架构探析Windows Azure架构探析
Windows Azure架构探析
 
OreDev 2008: Software + Services
OreDev 2008: Software + ServicesOreDev 2008: Software + Services
OreDev 2008: Software + Services
 
Mike Taulty MIX10 Silverlight 4 Patterns Frameworks
Mike Taulty MIX10 Silverlight 4 Patterns FrameworksMike Taulty MIX10 Silverlight 4 Patterns Frameworks
Mike Taulty MIX10 Silverlight 4 Patterns Frameworks
 
SharePoint Data Anywhere and Everywhere by Chris Beckett - SPTechCon
SharePoint Data Anywhere and Everywhere by Chris Beckett - SPTechConSharePoint Data Anywhere and Everywhere by Chris Beckett - SPTechCon
SharePoint Data Anywhere and Everywhere by Chris Beckett - SPTechCon
 
Complex End-to-End Testing
Complex End-to-End TestingComplex End-to-End Testing
Complex End-to-End Testing
 
Wakanda - apps.berlin.js - 2012-11-29
Wakanda - apps.berlin.js - 2012-11-29Wakanda - apps.berlin.js - 2012-11-29
Wakanda - apps.berlin.js - 2012-11-29
 
CloudStack Collaboration Conference 12; Refactoring cloud stack
CloudStack Collaboration Conference 12; Refactoring cloud stackCloudStack Collaboration Conference 12; Refactoring cloud stack
CloudStack Collaboration Conference 12; Refactoring cloud stack
 
Lcds & Blaze Ds by Corneliu Creanga
Lcds & Blaze Ds by Corneliu CreangaLcds & Blaze Ds by Corneliu Creanga
Lcds & Blaze Ds by Corneliu Creanga
 
Introducing SQL Server Data Services
Introducing SQL Server Data ServicesIntroducing SQL Server Data Services
Introducing SQL Server Data Services
 
Introducing SQL Server Data Services
Introducing SQL Server Data ServicesIntroducing SQL Server Data Services
Introducing SQL Server Data Services
 
Choosing Your Windows Azure Platform Strategy
Choosing Your Windows Azure Platform StrategyChoosing Your Windows Azure Platform Strategy
Choosing Your Windows Azure Platform Strategy
 
Play with cloud foundry
Play with cloud foundryPlay with cloud foundry
Play with cloud foundry
 
Silverlight And .Net Ria Services – Building Lob And Business Applications Wi...
Silverlight And .Net Ria Services – Building Lob And Business Applications Wi...Silverlight And .Net Ria Services – Building Lob And Business Applications Wi...
Silverlight And .Net Ria Services – Building Lob And Business Applications Wi...
 
Modern Architectures with Spring and JavaScript
Modern Architectures with Spring and JavaScriptModern Architectures with Spring and JavaScript
Modern Architectures with Spring and JavaScript
 
Programming SharePoint 2010 with Visual Studio 2010
Programming SharePoint 2010 with Visual Studio 2010Programming SharePoint 2010 with Visual Studio 2010
Programming SharePoint 2010 with Visual Studio 2010
 
Net Services
Net ServicesNet Services
Net Services
 
Soa
SoaSoa
Soa
 
Soa
SoaSoa
Soa
 

Plus de BIOVIA

ScienceCloud: Collaborative Workflows in Biologics R&D
ScienceCloud: Collaborative Workflows in Biologics R&DScienceCloud: Collaborative Workflows in Biologics R&D
ScienceCloud: Collaborative Workflows in Biologics R&DBIOVIA
 
(ATS6-PLAT03) What's behind Discngine collections
(ATS6-PLAT03) What's behind Discngine collections(ATS6-PLAT03) What's behind Discngine collections
(ATS6-PLAT03) What's behind Discngine collectionsBIOVIA
 
(ATS6-PLAT09) Deploying Applications on load balanced AEP servers for high av...
(ATS6-PLAT09) Deploying Applications on load balanced AEP servers for high av...(ATS6-PLAT09) Deploying Applications on load balanced AEP servers for high av...
(ATS6-PLAT09) Deploying Applications on load balanced AEP servers for high av...BIOVIA
 
(ATS6-PLAT07) Managing AEP in an enterprise environment
(ATS6-PLAT07) Managing AEP in an enterprise environment(ATS6-PLAT07) Managing AEP in an enterprise environment
(ATS6-PLAT07) Managing AEP in an enterprise environmentBIOVIA
 
(ATS6-PLAT06) Maximizing AEP Performance
(ATS6-PLAT06) Maximizing AEP Performance(ATS6-PLAT06) Maximizing AEP Performance
(ATS6-PLAT06) Maximizing AEP PerformanceBIOVIA
 
(ATS6-PLAT05) Security enhancements in AEP 9
(ATS6-PLAT05) Security enhancements in AEP 9(ATS6-PLAT05) Security enhancements in AEP 9
(ATS6-PLAT05) Security enhancements in AEP 9BIOVIA
 
(ATS6-PLAT04) Query service
(ATS6-PLAT04) Query service (ATS6-PLAT04) Query service
(ATS6-PLAT04) Query service BIOVIA
 
(ATS6-PLAT02) Accelrys Catalog and Protocol Validation
(ATS6-PLAT02) Accelrys Catalog and Protocol Validation(ATS6-PLAT02) Accelrys Catalog and Protocol Validation
(ATS6-PLAT02) Accelrys Catalog and Protocol ValidationBIOVIA
 
(ATS6-PLAT01) Chemistry Harmonization: Bringing together the Direct 9 and Pip...
(ATS6-PLAT01) Chemistry Harmonization: Bringing together the Direct 9 and Pip...(ATS6-PLAT01) Chemistry Harmonization: Bringing together the Direct 9 and Pip...
(ATS6-PLAT01) Chemistry Harmonization: Bringing together the Direct 9 and Pip...BIOVIA
 
(ATS6-GS04) Performance Analysis of Accelrys Enterprise Platform 9.0 on IBM’s...
(ATS6-GS04) Performance Analysis of Accelrys Enterprise Platform 9.0 on IBM’s...(ATS6-GS04) Performance Analysis of Accelrys Enterprise Platform 9.0 on IBM’s...
(ATS6-GS04) Performance Analysis of Accelrys Enterprise Platform 9.0 on IBM’s...BIOVIA
 
(ATS6-GS02) Integrating Contur and HEOS
(ATS6-GS02) Integrating Contur and HEOS(ATS6-GS02) Integrating Contur and HEOS
(ATS6-GS02) Integrating Contur and HEOSBIOVIA
 
(ATS6-GS01) Welcome
(ATS6-GS01) Welcome (ATS6-GS01) Welcome
(ATS6-GS01) Welcome BIOVIA
 
(ATS6-DEV09) Deep Dive into REST and SOAP Integration for Protocol Authors
(ATS6-DEV09) Deep Dive into REST and SOAP Integration for Protocol Authors(ATS6-DEV09) Deep Dive into REST and SOAP Integration for Protocol Authors
(ATS6-DEV09) Deep Dive into REST and SOAP Integration for Protocol AuthorsBIOVIA
 
(ATS6-DEV08) Integrating Contur ELN with other systems using a RESTful API
(ATS6-DEV08) Integrating Contur ELN with other systems using a RESTful API(ATS6-DEV08) Integrating Contur ELN with other systems using a RESTful API
(ATS6-DEV08) Integrating Contur ELN with other systems using a RESTful APIBIOVIA
 
(ATS6-DEV07) Building widgets for ELN home page
(ATS6-DEV07) Building widgets for ELN home page(ATS6-DEV07) Building widgets for ELN home page
(ATS6-DEV07) Building widgets for ELN home pageBIOVIA
 
(ATS6-DEV06) Using Packages for Protocol, Component, and Application Delivery
(ATS6-DEV06) Using Packages for Protocol, Component, and Application Delivery(ATS6-DEV06) Using Packages for Protocol, Component, and Application Delivery
(ATS6-DEV06) Using Packages for Protocol, Component, and Application DeliveryBIOVIA
 
(ATS6-DEV05) Building Interactive Web Applications with the Reporting Collection
(ATS6-DEV05) Building Interactive Web Applications with the Reporting Collection(ATS6-DEV05) Building Interactive Web Applications with the Reporting Collection
(ATS6-DEV05) Building Interactive Web Applications with the Reporting CollectionBIOVIA
 
(ATS6-DEV04) Building Web MashUp applications that include Accelrys Applicati...
(ATS6-DEV04) Building Web MashUp applications that include Accelrys Applicati...(ATS6-DEV04) Building Web MashUp applications that include Accelrys Applicati...
(ATS6-DEV04) Building Web MashUp applications that include Accelrys Applicati...BIOVIA
 
(ATS6-DEV03) Building an Enterprise Web Solution with AEP
(ATS6-DEV03) Building an Enterprise Web Solution with AEP(ATS6-DEV03) Building an Enterprise Web Solution with AEP
(ATS6-DEV03) Building an Enterprise Web Solution with AEPBIOVIA
 
(ATS6-DEV02) Web Application Strategies
(ATS6-DEV02) Web Application Strategies(ATS6-DEV02) Web Application Strategies
(ATS6-DEV02) Web Application StrategiesBIOVIA
 

Plus de BIOVIA (20)

ScienceCloud: Collaborative Workflows in Biologics R&D
ScienceCloud: Collaborative Workflows in Biologics R&DScienceCloud: Collaborative Workflows in Biologics R&D
ScienceCloud: Collaborative Workflows in Biologics R&D
 
(ATS6-PLAT03) What's behind Discngine collections
(ATS6-PLAT03) What's behind Discngine collections(ATS6-PLAT03) What's behind Discngine collections
(ATS6-PLAT03) What's behind Discngine collections
 
(ATS6-PLAT09) Deploying Applications on load balanced AEP servers for high av...
(ATS6-PLAT09) Deploying Applications on load balanced AEP servers for high av...(ATS6-PLAT09) Deploying Applications on load balanced AEP servers for high av...
(ATS6-PLAT09) Deploying Applications on load balanced AEP servers for high av...
 
(ATS6-PLAT07) Managing AEP in an enterprise environment
(ATS6-PLAT07) Managing AEP in an enterprise environment(ATS6-PLAT07) Managing AEP in an enterprise environment
(ATS6-PLAT07) Managing AEP in an enterprise environment
 
(ATS6-PLAT06) Maximizing AEP Performance
(ATS6-PLAT06) Maximizing AEP Performance(ATS6-PLAT06) Maximizing AEP Performance
(ATS6-PLAT06) Maximizing AEP Performance
 
(ATS6-PLAT05) Security enhancements in AEP 9
(ATS6-PLAT05) Security enhancements in AEP 9(ATS6-PLAT05) Security enhancements in AEP 9
(ATS6-PLAT05) Security enhancements in AEP 9
 
(ATS6-PLAT04) Query service
(ATS6-PLAT04) Query service (ATS6-PLAT04) Query service
(ATS6-PLAT04) Query service
 
(ATS6-PLAT02) Accelrys Catalog and Protocol Validation
(ATS6-PLAT02) Accelrys Catalog and Protocol Validation(ATS6-PLAT02) Accelrys Catalog and Protocol Validation
(ATS6-PLAT02) Accelrys Catalog and Protocol Validation
 
(ATS6-PLAT01) Chemistry Harmonization: Bringing together the Direct 9 and Pip...
(ATS6-PLAT01) Chemistry Harmonization: Bringing together the Direct 9 and Pip...(ATS6-PLAT01) Chemistry Harmonization: Bringing together the Direct 9 and Pip...
(ATS6-PLAT01) Chemistry Harmonization: Bringing together the Direct 9 and Pip...
 
(ATS6-GS04) Performance Analysis of Accelrys Enterprise Platform 9.0 on IBM’s...
(ATS6-GS04) Performance Analysis of Accelrys Enterprise Platform 9.0 on IBM’s...(ATS6-GS04) Performance Analysis of Accelrys Enterprise Platform 9.0 on IBM’s...
(ATS6-GS04) Performance Analysis of Accelrys Enterprise Platform 9.0 on IBM’s...
 
(ATS6-GS02) Integrating Contur and HEOS
(ATS6-GS02) Integrating Contur and HEOS(ATS6-GS02) Integrating Contur and HEOS
(ATS6-GS02) Integrating Contur and HEOS
 
(ATS6-GS01) Welcome
(ATS6-GS01) Welcome (ATS6-GS01) Welcome
(ATS6-GS01) Welcome
 
(ATS6-DEV09) Deep Dive into REST and SOAP Integration for Protocol Authors
(ATS6-DEV09) Deep Dive into REST and SOAP Integration for Protocol Authors(ATS6-DEV09) Deep Dive into REST and SOAP Integration for Protocol Authors
(ATS6-DEV09) Deep Dive into REST and SOAP Integration for Protocol Authors
 
(ATS6-DEV08) Integrating Contur ELN with other systems using a RESTful API
(ATS6-DEV08) Integrating Contur ELN with other systems using a RESTful API(ATS6-DEV08) Integrating Contur ELN with other systems using a RESTful API
(ATS6-DEV08) Integrating Contur ELN with other systems using a RESTful API
 
(ATS6-DEV07) Building widgets for ELN home page
(ATS6-DEV07) Building widgets for ELN home page(ATS6-DEV07) Building widgets for ELN home page
(ATS6-DEV07) Building widgets for ELN home page
 
(ATS6-DEV06) Using Packages for Protocol, Component, and Application Delivery
(ATS6-DEV06) Using Packages for Protocol, Component, and Application Delivery(ATS6-DEV06) Using Packages for Protocol, Component, and Application Delivery
(ATS6-DEV06) Using Packages for Protocol, Component, and Application Delivery
 
(ATS6-DEV05) Building Interactive Web Applications with the Reporting Collection
(ATS6-DEV05) Building Interactive Web Applications with the Reporting Collection(ATS6-DEV05) Building Interactive Web Applications with the Reporting Collection
(ATS6-DEV05) Building Interactive Web Applications with the Reporting Collection
 
(ATS6-DEV04) Building Web MashUp applications that include Accelrys Applicati...
(ATS6-DEV04) Building Web MashUp applications that include Accelrys Applicati...(ATS6-DEV04) Building Web MashUp applications that include Accelrys Applicati...
(ATS6-DEV04) Building Web MashUp applications that include Accelrys Applicati...
 
(ATS6-DEV03) Building an Enterprise Web Solution with AEP
(ATS6-DEV03) Building an Enterprise Web Solution with AEP(ATS6-DEV03) Building an Enterprise Web Solution with AEP
(ATS6-DEV03) Building an Enterprise Web Solution with AEP
 
(ATS6-DEV02) Web Application Strategies
(ATS6-DEV02) Web Application Strategies(ATS6-DEV02) Web Application Strategies
(ATS6-DEV02) Web Application Strategies
 

Dernier

UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPathCommunity
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesKari Kakkonen
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Farhan Tariq
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security ObservabilityGlenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security Observabilityitnewsafrica
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Nikki Chapple
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
QCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesQCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesBernd Ruecker
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfNeo4j
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical InfrastructureVarsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructureitnewsafrica
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality AssuranceInflectra
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 

Dernier (20)

UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to Hero
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examples
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security ObservabilityGlenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
QCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesQCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architectures
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdf
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical InfrastructureVarsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 

(ATS3-GS03) Accelrys Enterprise Platform Deeper Dive

  • 1. (ATS3-GS03) Accelrys Enterprise Platform Architecture Deeper Dive Jason Benedict Sr. Architect, Platform R&D jason.benedict@accelrys.com
  • 2. The information on the roadmap and future software development efforts are intended to outline general product direction and should not be relied on in making a purchasing decision.
  • 3. Agenda • Core services and security • Job launching • Process management • Latency and scalability data • Clustering methods
  • 4. Accelrys Enterprise Platform SharePoint & Office 3rd Party Web Applications Thick Client Applications Applications Applications Web Application Framework Client Integration APIs MS Office Integration SOA Integration Accelrys Enterprise Platform Scientific and Generic Services Data Management Services Work Reports Experiment Instrument Request Workflow Interfaces Notebook ORACLE Docs Isentris Vault Experiment Scheduling Virtual Data Mining Design Chemistry & Analytics LIMS LEA Other Modeling Biology Registration Imaging & Simulation …
  • 5. Accelrys Enterprise Platform Integration Client Integration Build clients that connect to Pipeline Pilot and run protocol services. Web Browser Run Protocol .NET Client Java Client SOAP Client Professional Client Command Line Web Port JavaScript Client Client JavaScript Client .NET Client REST API Java Client SDK Web Services API SDK SDK Pipeline Pilot Enterprise Server Web Apps Web Services API Admin Portal Help Portal Grid System Integration (optional) Protocol Runtime Environment (scisvr) VB Script VB Script Run SOAP & Telnet / ODBC / (On (On Java Perl Python .NET SSH / SCP Program HTTP FTP JDBC Client) Server) Java Perl .NET VB Script Cmd Line Classes Scripts Classes Server Integration REST SOAP Cmd Line DBs Extend pipelines with new components that Service Service integrate your code, data and services.
  • 6. Pipeline Server Architecture Apache HTTP Server Authentication and Authorization Security Module Mod_balancer File Protocol runjob CGI Admin Portal Locator XMLDB Runner Logging Access Web Service Service Service Service WSDL CGI Help Portal Mod_proxy Service Services 1 .. 1 1 .. N Corporate Directory Data Flow Services Apache Tomcat DB’s Query Scheduler Service SOA File System CMS XMLDB User Data Job Data
  • 7. Launching Asynchronous (polling) Jobs Apache HTTP Server Authentication and Authorization Security Module 1. 2. 3. Runner Service 4. 5. Create job Need to fork Poll job status via Read result directory with scisvr? sts file file from disk compressed and return protocol.xml Monitor Job to client Write lck file to and uploaded existence via lck through lck directory input files file and process Apache JVM status scisvr(.exe) CLR Write sts file and results files to job directory Job Folder
  • 8. Launching Synchronous (blocking) Jobs Apache HTTP Server Authentication and Authorization Security Module 1. XMLDB 2. 3. Runner Service 4. 5. Get Need to fork Connect to scisvr pipe. Send notification Stream protocol scisvr? Send protocol XML and to apache via pipe results back XML from request parameters when done to Apache Protocol on pipe DB Write lck file to lck directory JVM scisvr(.exe) CLR XMLDB XMLDB
  • 9. Job Settings • Set Max Running Jobs to 2x available cores • Set Blocking Job timeout between 10-30 seconds, not more due to client starvation • Maximum Number of Parallel Processing is a guideline, not a strict maximum. Set to 2x cores • Set Maximum Job Daemons Per Pool to 2x available cores • Job Readiness Refresh Rate assists with multipurpose servers which can become “cold” • Read application specific recommendations for more details
  • 10. Process Management - Pools – Identified by __poolid=<name> parameter on request. – Needs to be sent from the client, not from the saved protocol – Latency of 20-200 ms – Creates a pool of scisvr.exe processes dedicated to that pool – Enables caching of expensive resources: • JVM • CLR • Database connections • Protocol DB Shortcuts and References
  • 11. Process Management – Pools w/ Impersonation – Impersonation create a small pool for each user for each pool – Lower the pool sizes to accommodate this behaviors
  • 12. Scisvr Pool Settings – Config files Setting Default Description Start Servers 0 Number of initial processes in this pool, created when apache starts Min Spare Servers 1 Min number of idle processes to keep alive Max Spare Servers 1 Max number of “available”processes to keep alive Max Spare Servers Trim Time 0 Time to wait (seconds) before pruning “Available” servers exceeding Max Spare Servers value Max Servers 16 The total number of servers to allow for this pool Max Queue Depth 32 maximum number of jobs to queue before rejected. Can be 0 or -1 for infinite Max Requests Per Server -1 Maximum number of requests to handle in a single server before exiting, -1 is infinite Time to Live 300 Idle timeout (seconds) for pooled server to live Warm-up Protocol Path to initial protocol to run Memory Threshold 80 Max % phys mem use by all proc’s before pruning Individual Usage Threshold 15 Max % phys mem use by one proc before pruning
  • 13. Web Job Launch Scalability Improvements Framework overhead on blocking, pooled jobs on 8 core Windows 2008 R2 (64 bit)
  • 14. Web Job Launch Scalability Improvements Linux For simple chemistry fetch of 10 records to JSON on 8 core RedHat Linux ES5 (64 bit) Identical tests on Windows 2008 RS on identical hardware
  • 15. Performance Tuning Document • Guide available on Accelrys Forums – http://doc.accelrys.com/library/PipelinePilot/doc/performance _tuning.pdf
  • 16. Public Cluster Execute Login Users Secondary Clients Pipeline NFS Pilot Servers Primary Pipeline Pilot Server Users 16
  • 17. Private Cluster Login Users Execute Secondary Pipeline Users Pilot Servers NFS Primary Pipeline Pilot Users Server Clients 17
  • 18. Grid (SGE, PBS, LSF, other) Grid Login software Users and SOAP Execute Grid Nodes: do not require Users Apache HTTPD Primary Pipeline Pilot NFS server and grid submission server Users Clients 18
  • 19. IP-based Load Balancing 1 Execute Login Users XMLDB Clients File share Reverse Proxy or IP-based Load Job Folders Symmetrical Balancer Pipeline Pilot User Folders Users Server Nodes Shared Storage 19
  • 20. Summary • What we learned – Apache service and launching system – Job launching and settings – Process management for pooling – How pooling has improved latency (snappiness) – Clustering and grids
  • 21. The information on the roadmap and future software development efforts are intended to outline general product direction and should not be relied on in making a purchasing decision. For more information on the Accelrys Tech Summits and other IT & Developer information, please visit: https://community.accelrys.com/groups/it-dev