|
|
Choosing A Webhost: |
Re: locable.h: strange design dessision??: msg#00090db.mysql.c++
pps wrote:
That's because you don't understand the motivation, which isn't surprising because it hasn't been documented anywhere but the Wishlist yet. First of all, there's no need to have virtual methods for such simple class. Yes, there is, because there will be an override someday. Locable has a really doubtful piece of code - it creates BasicLock using new! Read up on the pImpl idiom. (Also called Handle-Body, and other things.) BasicLock is the current implementation, but in v2.1, there will be alternate implementations for platforms that support locks. I anticipate a Boost::Threads based implementation at least, and possibly others. And there still must be a BasicLock implementation for those platforms that do not support Boost::Threads, or where the user doesn't want to install it. isn't it's strange to change threading models at runtime? The purpose of hiding the implementation behind a pointer is so we can change that implementation without breaking the library's ABI, which adding data to a plain Lockable base class would do. I think I never saw anything like this. See Advanced C++ by James Coplien. -- MySQL++ Mailing List For list archives: http://lists.mysql.com/plusplus To unsubscribe: http://lists.mysql.com/plusplus?unsub=gcdmc-plusplus@xxxxxxxxxxx
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: [patch] row::operator[] - template version, Warren Young |
|---|---|
| Next by Date: | Re: locable.h: strange design dessision??, pps |
| Previous by Thread: | locable.h: strange design dessision??, pps |
| Next by Thread: | Re: locable.h: strange design dessision??, pps |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |