- Home
- Tag: Process
Posts tagged Process
Process – An instance of the execution of a program on a single computer. A process can consist of one or more threads executing, more or less, concurrently. The private memory used by a process cannot be accessed by any other process.
Tag: Process
How to Install MySQL on Windows Using MySQL Installer

Feed: Planet MySQL; Author: Alena Subotina; February 22nd, 2021 The article provides a comprehensive walkthrough outlining the aspects of how to install MySQL Server on Windows using MySQL Installer. Learn the subtleties of the MySQL installation process step-by-step to ensure you have MySQL Server together with its tools running smoothly. Download MySQL Installer The most convenient way to install and set up MySQL Server on the Windows Operating System is to apply MySQL Installer. This setup wizard provides the means to simplify the installation and configuration processes of MySQL products that run on Microsoft Windows. The list of MySQL products ... Read More
IBM is named a Leader in the Gartner 2021 Magic Quadrant for Data Science and Machine Learning Platforms

Feed: Journey to AI Blog; Author: Rathnakumar Udayakumar; The latest Gartner Magic Quadrant for Data Science and Machine Learning Platforms has just been released, and IBM is delighted to be recognized as a Leader in the space. Watson Studio on IBM Cloud Pak for Data, a modular, open and extensible platform for data and AI that combines a broad set of descriptive, diagnostic, predictive and prescriptive capabilities. Organizations seeking to more efficiently run and manage AI models, simplify their AI lifecycle management, and empower their data scientists with technology that can help optimize their data-driven decision-making can turn to IBM ... Read More
New COVID-19 Global Tracker measures progress toward recovery
Feed: What's New. Author: Jeremy Blaney. Today, on the Tableau COVID-19 Data Hub, we launch a new Global Tracker that combines and visualizes the key metrics that measure our return to normalcy. With the gradual rollout of vaccines, the coronavirus pandemic has entered a new phase. Yet, progress cannot be measured simply by tracking the number of vaccinations. In order to make the right decisions on the path to recovery, it’s critical we have a more nuanced understanding of the factors related to the spread of the disease. For the past year, the focus of most trackers has been cases ... Read More
AWS Certificate Manager now provides certificate expiry monitoring through Amazon CloudWatch
Feed: Recent Announcements. AWS Certificate Manager (ACM) now publishes certificate metrics and events through Amazon CloudWatch and Amazon EventBridge. Secure Sockets Layer/Transport Layer Security (SSL/TLS) certificates are used to secure network communication and establish the identity of websites over the internet. Certificates have a defined lifetime and for continued use need to be renewed before they expire. These new metrics and events help administrators keep track of certificate expiration dates and take necessary action or configure automation to prevent certificate expiry and related outages. ACM lets you easily provision, manage, and deploy public and private SSL/TLS certificates. ACM provides managed renewal to automatically renew ... Read More
cary huang: How PostgreSQL Handles Sub Transaction Visibility In Streaming Replication

Feed: Planet PostgreSQL. 1. Introduction As an experienced PostgreSQL user, you may have a lot of experience in setting up streaming replication in your database clusters to make multiple backups of your data. But have you wondered how the standby is able to correctly determine if a tuple sent from the primary should be visible to the user or not. In the case where a transaction contains multiple subtransactions, how does the standby determine the visibility in this case? You might say… well it is PostgreSQL so it will just work… This is true. If you are someone who is ... Read More
Enabling remote education in Guatemala with scalable learning platform Mineduc Digital

Feed: AWS Public Sector Blog. Author: Rafael Cordon. At the beginning of the COVID-19 pandemic, Ministerio de Educación de Guatemala (the Guatemala Ministry of Education) made the decision to close public schools to mitigate the spread of the virus. The closing of schools gave the Ministry’s authorities the opportunity to implement new solutions to enable students, teachers, and parents to continue with the education experience. Amazon Web Services (AWS) Partner ITZ Data (AWS Advanced Consulting Partner / Government Competency), with support from UNICEF and the Canadian Embassy in Guatemala, helped the Ministry launch Mineduc Digital—the country’s first online platform where ... Read More
SAS Conversation Designer: interacting with APIs

Feed: SAS Blogs. Author: Joe Mueller. By making requests through API calls you can expand the functionality of the bots you make with SAS Conversation Designer; allowing your bots to query external sources for up-to-date information, score a model, and many other possibilities. This is very beneficial as SAS Conversation Designer is included in many offerings of the modernized SAS Viya platform, meaning you can easily create bots that are integrated with the other services of the SAS Viya platform or third-party services. For instance, if you are making a bot that takes feedback from a user you can use ... Read More
FreeRTOS demonstrates meeting a set of security criteria for IoT platforms
Feed: Recent Announcements. FreeRTOS is now certified for the Security Evaluation Standard for IoT Platforms (SESIP) Assurance Level 2. With this certification, FreeRTOS libraries have demonstrated meeting a specific set of security criteria for IoT platforms. In addition, embedded developers writing FreeRTOS-based applications can achieve SESIP certification for their own applications more quickly because the underlying libraries have been tested for compliance. According to the technical standards organization GlobalPlatform, SESIP provides a common and optimized approach for evaluating the security of connected products that meets the specific compliance, security, privacy and scalability challenges of the evolving IoT ecosystem. SESIP is ... Read More
Data.Table – everything you need to know to get you started in R
Feed: R-bloggers. Author: Gary Hutson. I will take you through step by step how to use the data.table package, and compare it with base R operations, to see the performance gains you get when using this optimised package. Load in data.table To load the package in you can follow the below instructions: #install.packages(data.table) library(data.table) You should now have everything you need to start the tutorial. Reading in a data.table csv To read files in data.table you use the fread syntax to bring files in. I will load the NHSRDatasets package and export this out and then I will use the ... Read More
How ERGO implemented an event-driven security remediation architecture on AWS

Feed: AWS Architecture Blog. ERGO is one of the major insurance groups in Germany and Europe. Within the ERGO Group, ERGO Technology & Services S.A. (ET&S), a part of ET&SM holding, has competencies in digital transformation, know-how in creating and implementing complex IT systems with focus on the quality of solutions and a portfolio aligned with the entire value chain of the insurance market. Business Challenge and Solution ERGO has a multi-account AWS environment where each project team subscribes to a set of AWS accounts that conforms to workload requirements and security best practices. As ERGO began its cloud journey, ... Read More
Recent Comments