Top "Single-threaded" questions

Single threaded as opposed to multithreading defines a code section, object or application that can run only using and allowing a single thread.

Single-threaded apartment - cannot instantiate ActiveX control

I need to get information about applied CSS styles in HTML page. I used AxWebBrowser and iterate IHTMLDOMNode. I'm able …

.net exception sta single-threaded
Windows service OnStop wait for finished processing

I actually develop a Windows service in VS 2012 / .NET 4.5. The service is following the scheme of the code snippet below: …

c# .net wcf windows-services single-threaded
Single- vs. multi-threaded programming on a single core processor

Can someone please explain if there's really any advantage to writing a multi-threaded piece of code that runs on a …

multithreading processor single-threaded
Node.js server with multiple concurrent requests, how does it work?

I know node.js is a single threaded, asynchronous, non blocking i/o. I've read a lot about that. e.…

node.js nonblocking single-threaded
ActiveX control cannot be instantiated because thread is in a single-threaded apartment. Happens after waking PC from sleep

I am working on a VOIP client (Window's form) that opens a browser window (ExtendedWebBrowser) when a call is made …

activex sta single-threaded apartments apartment-state
Javascript form submit waiting till finishes

I have a form with upload <form action="../upload" method="post" id="upload_form" enctype="multipart/form-data" target="upload_…

javascript html forms submit single-threaded