Data extracting and processing method supporting high-concurrency large-volume data
A technology of data extraction and large amount of data, applied in electrical digital data processing, special data processing applications, instruments, etc., can solve the problems of cumbersome process and insufficient stability.
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Examples
Embodiment 1
[0029] The specific procedures for data collection on the client side and data processing on the server side are given below:
[0030] 1. Client:
[0031] 1.1 The rule log cache class, which provides log cache and regularly saves logs to files:
[0032] public class TableLogBuffer: ThreadTaskBase
[0033] {
[0034] / / / Regular execution log save
[0035] protected override void TaskWorkFunc()
[0036] {
[0037] lock (_lock)
[0038] {
[0039] / / If the memory has not changed, it does not need to be saved to a file
[0040] if (!_ismodified)
[0041] return;
[0042] if (!Directory.Exists(LocalPath.LogPath))
[0043] Directory.CreateDirectory(LocalPath.LogPath);
[0044] / / Get the byte stream of format information
[0045] string strResult = Serializer.XmlSerialize(_logList);
[0046] string strPath = LocalPath.LogPa...
PUM
Abstract
Description
Claims
Application Information
- R&D Engineer
- R&D Manager
- IP Professional
- Industry Leading Data Capabilities
- Powerful AI technology
- Patent DNA Extraction
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2024 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com