Skip to navigation Skip to content
Simon Technology Blog
  • Architecture
  • Cloud
  • Database
  • Develop
  • Hardware
  • Industry
  • Language
  • Mobile
  • Opensource
  • OS
  • Web
Main Navigation

Tag: thread

C # Send information to the main thread by delegate

c# Windows programming often uses multiple threads. When you want to change the page data of the main thread in the newly opened thread, you need to delegate through the delegate

public deleg

October 4, 2021By Simo C# C #, delegate, delegation, Information, Main, pass, Send, threadLeave a Comment

Playing thread architecture

Play is described as a “reactive” framework, which is very useful for asynchronous programming. I want to know more about the architecture of Play, mainly:

> Does it have an event loop?
>Doe

October 3, 2021By Simo System Architecture architecture, Play, threadLeave a Comment

Performance – When I use a thread, why will my Perl script slowly decompress the file?

So I run perl 5.10 on core 2 duo macbook pro compiled with thread support: usethreads = define, useithreads = define. I have a simple script to read 4 gzip files , Each file contains 750,000 lines.

October 2, 2021By Simo Performance decompression, file, my, Perform, perl, Script, slow, thread, time, use, why, willLeave a Comment

Reptile Related Basic Technology Paper — Multi-Thread Thread and Queu Queue Application

from queue import< span style="color: #000000;"> Queue
from threading import Thread
class mydownloader(Thread):
def __init__(self,queue):
Thread.__init__(self)
self.queue = queue
def run(

September 29, 2021By Simo Web Crawler application, foundation, multi-thread, paving, queue, Related, reptile, technology, threadLeave a Comment

c – How do I set the name of the thread in Linux PThreads?

Is there a way to set the thread name in Linux?

My main purpose is to help during debugging, if you pass for example /proc/$PID/task/$TID/…

Please note that the documentation is a bit

September 29, 2021By Simo C & C++ How to, linux, Name, pthreads, set, threadLeave a Comment

Serial DMA Analysis in RT-THREAD

Here is an analysis of the implementation of serial port DMA in RT-Thread for new development Reference when the processor serial port supports.

With today’s chip performance and powerful per

September 24, 2021By Simo Motherboard analysis, DMA, Medium, RT, serial port, threadLeave a Comment

iPhone – Why is NSTIMER when another thread is running?

I am trying to run a long task in the background of the iPhone. I start it with performSelectorInBackground. I also create an NSTimer on the main thread to check if it works. I expect a timer Will

September 23, 2021By Simo iPhone Another, iPhone, nstimer, running, thread, whyLeave a Comment

Delphi CreateThread thread transmission multiple parameter processing methods

unit Unit1;

interface

uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;

type
MYPARA = record
title: pchar;
str: pchar;
end;

August 22, 2021By Simo Delphi CreateThread, Delphi, method, multiple, parameters, pass, Processing, threadLeave a Comment

Posts navigation

Page 1 Page 2
Recent Posts
  • Sencha-Touch-2 – Sencha Touch 2, Nested XML Analysis NodeValue
  • Add a separation line and format XML content
  • Is there a norm of simplified XML subsets?
  • Look at it when you write React
  • ReactJS – Present React Redux React-Router App to add the server to the Firebase hosted by the Firebase
Categories
  • Android
  • Apache
  • Apache Kafka
  • Asp
  • Auto-Test
  • Automated Build
  • Aws
  • Bitcoin
  • Browser
  • C & C++
  • C#
  • Centos
  • Cgi
  • Character
  • Cloud Service
  • Cocos2dx
  • Cordova
  • CSS
  • Data Structure
  • Delphi
  • Design Pattern
  • Dojo
  • Dubbo
  • ELK
  • Flex
  • football
  • Game
  • Hadoop
  • Hibernate
  • HTML
  • Hybrid
  • Intel
  • IOS
  • Ipad
  • iPhone
  • Java
  • Javascript
  • Jetty
  • JQuery
  • Jsp
  • Linux
  • Load Balance
  • Lua
  • Macbook
  • Macos
  • Mathematics
  • Micro Services
  • Monitoring
  • Motherboard
  • Mysql
  • Network Hardware
  • Network Marketing
  • Nginx
  • NodeJs
  • Nosql
  • Oracle
  • Os Theory
  • Performance
  • PHP
  • Postgresql
  • Power Designer
  • React
  • Redis
  • Regexp
  • Rom
  • Rss
  • Ruby
  • Search Engines
  • Shell Script
  • Silicon Valley
  • Silverlight
  • Software Design
  • Spring
  • Sql
  • Sqlite
  • Sqlserver
  • Storage
  • Storm
  • Surface
  • SVN
  • Swift
  • System Architecture
  • Tablet
  • Uncategorized
  • Unix
  • Visual Basic
  • Visual Studio
  • Web Crawler
  • WebService
  • Windows
  • Wireless
  • XML
  • ZooKeeper
Archives
  • October 2021
  • September 2021
  • August 2021
  • May 2021
  • April 2021
  • September 2020
  • September 2019
  • August 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
© Simon Technology Blog 2025 • ThemeCountry Powered by WordPress