Simon Funnell wrote:
Dear List,

This is not exactly Mina specific, its more general, but its close to the problem Mina surrounds. I have been working on an approach to concurrency and I have come to the point where the Java Thread model is causing me problems. I would like to create my own threading model that does away with shared memory and thread memory, so there is just shared memory. My original idea was to use a single thread and implement my own threads within that thread. The difficulty with this is that there is still copying from shared memory to thread working memory (as I understand it). I would like to cut out this shared memory to thread memory and back to shared memory copying. Is this possible?
Some good pointers :

http://www.cs.umd.edu/~pugh/java/memoryModel/
http://www.javaconcurrencyinpractice.com/
http://java.sun.com/docs/books/jls/second_edition/html/memory.doc.html

FYI, MINA is a "network application framework which helps users develop high performance and high scalability network applications easily.". Nothing related to you needs, AFAIK.

Please let this mailing list focused on MINA related questions.

Thanks !


--
--
cordialement, regards,
Emmanuel Lécharny
www.iktek.com
directory.apache.org


Reply via email to