Questions tagged [lightweight-processes]

34 questions
0
votes
0 answers

Lightweight Process Stack Allocation

Linux lightweight processes share the same memory descriptor as referred here. This includes all the segments including text, data, heap, stack. I wanted to how this shared stack segment is managed for more than one execution context by the kernel.…
0
votes
1 answer

In a many-to-one threading model, when does the mapping actually start?

From my understanding on the many-to-one model, all user threads are bound to a LWP which is then bound to a kernel thread. The threading library is responsible for scheduling the threads onto the LWP and the kernel only sees a single threaded…
ccnaflic
  • 69
  • 3
0
votes
1 answer

Why two threads in NPTL have different pid in Ubuntu12.04

I tested some code in Ubuntu 12.04 LTS server x64(3.2 kernel), which I think is using NPTL. when I run $ getconf GNU_LIBPTHREAD_VERSION I get NPTL 2.15 The following is the test code. I compiled it with gcc -g -Wall -pthread #include…
-5
votes
1 answer

Access WebMail(i.e:"Mail.com") Emails Over Basic HTML Version WebSite From Basic/TB WebBrowser

QUESTION(s) : (1) How can users or I have direct-access (aka: view, send, receive, etc capabilities) for  web-emails/web-mails (i.e:"Mail.com") , from  simple/basic/lightweight/mobile  web-browser  thru/over  secure/encrypted  connection  and by…
atErik
  • 923
  • 2
  • 13
  • 24
1 2
3