Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.programming > #1577
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | "aminer" <aminer@videotron.ca> |
| Newsgroups | comp.programming.threads, comp.programming |
| Subject | Re: About parallelhashlist.. |
| Date | Wed, 16 May 2012 11:47:38 -0500 |
| Organization | A noiseless patient Spider |
| Lines | 25 |
| Message-ID | <jp0i75$ib2$1@dont-email.me> (permalink) |
| References | <jp0hqh$fog$1@dont-email.me> |
| Injection-Date | Wed, 16 May 2012 15:47:49 +0000 (UTC) |
| Injection-Info | mx04.eternal-september.org; posting-host="2tHS3m0PYHvqOg8N0HjimQ"; logging-data="18786"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1++XPVZkX4HTsCRbOgvAVaV" |
| X-MimeOLE | Produced By Microsoft MimeOLE V6.00.2900.5512 |
| X-RFC2646 | Format=Flowed; Response |
| X-Newsreader | Microsoft Outlook Express 6.00.2900.5512 |
| Cancel-Lock | sha1:iiXaTzmFXgzgEaRWuiQyxvh3KT8= |
| X-Priority | 3 |
| X-MSMail-Priority | Normal |
| Xref | csiph.com comp.programming.threads:867 comp.programming:1577 |
Cross-posted to 2 groups.
Show key headers only | View raw
Hello, If you look at parallelhashlist in: http://pages.videotron.com/aminer/ Even if i use lock striping for the hash chains in parallelhashlist, synchronizing access to the counter reintroduces the scalability problems of exclusive locking. In this case, the counter is called a hot field because every mutative operation needs to access it. So my next step is to split the global counter to many counters to enhance the scalability... also i am using a readewritelock in every chain, so my next step also is to lower the number of readwritelocks to consume also less memory... Thank you. Amine Moulay Ramdane.
Back to comp.programming | Previous | Next — Previous in thread | Next in thread | Find similar
About parallelhashlist.. "aminer" <aminer@videotron.ca> - 2012-05-16 11:40 -0500
Re: About parallelhashlist.. "aminer" <aminer@videotron.ca> - 2012-05-16 11:43 -0500
Re: About parallelhashlist.. "aminer" <aminer@videotron.ca> - 2012-05-16 11:47 -0500
Re: About parallelhashlist.. "aminer" <aminer@videotron.ca> - 2012-05-16 11:55 -0500
csiph-web