Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^10: Why Coro?

by binary (Novice)
on Oct 27, 2010 at 23:09 UTC ( [id://867862]=note: print w/replies, xml ) Need Help??


in reply to Re^9: Why Coro?
in thread Why Coro?

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^11: Why Coro?
by ikegami (Patriarch) on Oct 27, 2010 at 23:50 UTC

    As has been explained to you *countless* times windows threads are used to emulate processes and those emulated processes are then used to emulate threads.

    Perl threads (which has nothing to do with Windows) don't emulate threads. They may or may not be threads by your definition, but they definitely don't emulate threads.

    If they don't have the properties of (your definition of) threads, then they don't emulate threads.

    If they have the properties of (your definition of) threads, then they are threads, and thus can't emulate threads.

    A reply falls below the community's threshold of quality. You may see it by logging in.
Re^11: Why Coro?
by Anonymous Monk on Oct 28, 2010 at 00:04 UTC
    Ad-hominem attacks are not appropriate on this forum.

    Since Perl is open source, all you have to do is point at the source code portions that back up your claims.

      Exactly. Please scroll up and you'll see me point this out to browseruk who initially got personal for absolutely no reason.
        I was talking to you binary. I have looked, and nowhere do you point at the source code portions that back up your claims. My understanding of win32 fork emulation and perl threads seems to agree with what BrowserUk is saying.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://867862]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-19 03:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found