Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.programming.threads
44786 articles (numbers 65 – 45828) — threaded view
| Advanced| Subject | Author | Date [asc] |
|---|---|---|
| Re: forcing the compiler to reload from memory with c++0x | Anthony Williams <anthony.ajw@gmail.com> | 2011-01-28 09:40 +0000 |
| CFP: The 2011 International Conference on Software Engineering Research and Practice (SERP'11), USA, July 18-21, 2011 | "A. M. G. Solo" <amgsolo@yahoo.com> | 2011-01-29 16:01 -0800 |
| Re: forcing the compiler to reload from memory with c++0x | Anthony Williams <anthony.ajw@gmail.com> | 2011-01-31 09:11 +0000 |
| Re: forcing the compiler to reload from memory with c++0x | David Jobet <david.jobet@free.fr> | 2011-01-31 20:59 -0500 |
| Call for Papers: The 2011 International Conference on Foundations of Computer Science (FCS'11), USA, July 18-21, 2011 | "A. M. G. Solo" <amgsolo@yahoo.com> | 2011-02-09 21:42 -0800 |
| Re: There is still a problem with SpinLock... | aminer <aminer@toto.net> | 2013-09-23 04:18 -0700 |
| Re: There is still a problem with SpinLock... | "Chris M. Thomasson" <no@spam.invalid> | 2013-09-23 11:39 -0700 |
| Scalable RWLock 1.12 | aminer <aminer@toto.net> | 2013-09-23 15:39 -0700 |
| Re: Scalable RWLock 1.12 | aminer <aminer@toto.net> | 2013-09-23 16:52 -0700 |
| Ticket spinlock... | aminer <aminer@toto.net> | 2013-09-23 16:52 -0700 |
| Re: Ticket spinlock... | aminer <aminer@toto.net> | 2013-09-23 17:07 -0700 |
| Spinlock and starvation... | aminer <aminer@toto.net> | 2013-09-23 17:31 -0700 |
| Re: Spinlock and starvation... | aminer <aminer@toto.net> | 2013-09-23 17:46 -0700 |
| MCS queue Lock... | aminer <aminer@toto.net> | 2013-09-23 20:22 -0700 |
| SpinLock with backoff... | aminer <aminer@toto.net> | 2013-09-23 22:56 -0700 |
| Re: About lockfree queues | "Chris M. Thomasson" <no@spam.invalid> | 2013-09-24 10:32 -0700 |
| A new algorithm for for a distributed priority and ,non priority LOCK... | aminer <aminer@toto.net> | 2013-09-24 10:33 -0700 |
| Re: A new algorithm for for a distributed priority and ,non priority LOCK... | aminer <aminer@toto.net> | 2013-09-24 11:44 -0700 |
| Re: A new algorithm for for a distributed priority and ,non priority LOCK... | aminer <aminer@toto.net> | 2013-09-24 11:48 -0700 |
| Re: A new algorithm for for a distributed priority and ,non priority LOCK... | aminer <aminer@toto.net> | 2013-09-24 12:40 -0700 |
| Re: A new algorithm for for a distributed priority and ,non priority LOCK... | aminer <aminer@toto.net> | 2013-09-24 12:44 -0700 |
| About lockfree queues | aminer <aminer@toto.net> | 2013-09-24 13:09 -0700 |
| About my distributed priority and non priority LOCK... | aminer <aminer@toto.net> | 2013-09-24 14:48 -0700 |
| About Spinlock... | aminer <aminer@toto.net> | 2013-09-24 18:27 -0700 |
| Re: About Spinlock... | aminer <aminer@toto.net> | 2013-09-24 18:58 -0700 |
| Re: About Spinlock... | aminer <aminer@toto.net> | 2013-09-24 19:00 -0700 |
| About lockfree queues ... | aminer <aminer@toto.net> | 2013-09-24 19:16 -0700 |
| Re: About lockfree queues ... | aminer <aminer@toto.net> | 2013-09-24 21:09 -0700 |
| Re: About lockfree queues ... | aminer <aminer@toto.net> | 2013-09-24 21:34 -0700 |
| The problem with a Spinlock... | aminer <aminer@toto.net> | 2013-09-24 21:36 -0700 |
| Re: The problem with a Spinlock... | aminer <aminer@toto.net> | 2013-09-24 21:46 -0700 |
| Finally and about Spinlock... | aminer <aminer@toto.net> | 2013-09-24 22:58 -0700 |
| I think parallel programming is dangereous | aminer <aminer@toto.net> | 2013-09-24 23:51 -0700 |
| Re: How do I look inside an .exe file to view the programming | sukotemple@gmail.com | 2013-09-26 08:47 -0700 |
| Distributed Lock version 1.0 | aminer <aminer@toto.net> | 2013-09-27 18:38 -0700 |
| Re: Distributed Lock version 1.0 | aminer <aminer@toto.net> | 2013-09-27 18:43 -0700 |
| Scalable Distributed Lock version 1.1 | aminer <aminer@toto.net> | 2013-09-30 10:43 -0700 |
| Re: Scalable Distributed Lock version 1.1 | aminer <aminer@toto.net> | 2013-09-30 11:03 -0700 |
| About my Scalable distributed Lock... | aminer <aminer@toto.net> | 2013-09-30 12:13 -0700 |
| Re: About my Scalable distributed Lock... | aminer <aminer@toto.net> | 2013-09-30 12:17 -0700 |
| Re: About my Scalable distributed Lock... | aminer <aminer@toto.net> | 2013-09-30 12:20 -0700 |
| About my scalable distributed Lock... | aminer <aminer@toto.net> | 2013-09-30 17:16 -0700 |
| Re: How do I look inside an .exe file to view the programming | jfrancis1958@gmail.com | 2013-10-01 11:36 -0700 |
| Anderson array based Lock and MCS queue Lock | aminer <aminer@toto.net> | 2013-10-02 09:46 -0700 |
| Re: Anderson array based Lock and MCS queue Lock | aminer <aminer@toto.net> | 2013-10-02 11:08 -0700 |
| About the Anderson array based Lock... | aminer <aminer@toto.net> | 2013-10-02 11:40 -0700 |
| About another subject... | aminer <aminer@toto.net> | 2013-10-03 14:29 -0700 |
| Scalable Distributed Fair Lock 1.0 | aminer <aminer@toto.net> | 2013-10-03 16:03 -0700 |
| Re: Scalable Distributed Fair Lock 1.0 | aminer <aminer@toto.net> | 2013-10-03 17:26 -0700 |
| Scalable Distributed Fair Lock 1.01 | aminer <aminer@toto.net> | 2013-10-04 12:22 -0700 |
« Previous 1 ... 880 881 882 883 884 ... 896 Next »
csiph-web