0 رای
وضعیت موجودی موجود

قیمت قبلی: 4,420,000 ریال
قیمت: 4,020,000 ریال

 



Product details

  • Publisher ‏ : ‎ O'Reilly Media; Third edition (October 5, 2004)
  • Language ‏ : ‎ English
  • Paperback ‏ : ‎ 362 pages
  • ISBN-10 ‏ : ‎ 0596007825
  • ISBN-13 ‏ : ‎ 978-0448446257


 

کتاب Java Threads: Understanding and Mastering Concurrent Programming

Threads are essential to Java programming, but learning to use them effectively is a nontrivial task. This new edition of the classic Java Threads shows you how to take full advantage of Java's threading facilities and brings you up-to-date with the watershed changes in Java 2 Standard Edition version 5.0 (J2SE 5.0). It provides a thorough, step-by-step approach to threads programming.Java's threading system is simple relative to other threading systems. In earlier versions of Java, this simplicity came with tradeoffs: some of the advanced features in other threading systems were not available in Java. J2SE 5.0 changes all that: it provides a large number of new thread-related classes that make the task of writing multithreaded programs that much easier.You'll learn where to use threads to increase efficiency, how to use them effectively, and how to avoid common mistakes. This book discusses problems like deadlock, race conditions, and starvation in detail, helping you to write code without hidden bugs.Java Threads, Third Edition, has been thoroughly expanded and revised. It incorporates the concurrency utilities from java.util.concurrent throughout. New chapters cover thread performance, using threads with Swing, threads and Collection classes, thread pools, and threads and I/O (traditional, new, and interrupted). Developers who cannot yet deploy J2SE 5.0 can use thread utilities provided in the Appendix to achieve similar functionality with earlier versions of Java.Topics include:

  • Lock starvation and deadlock detection
  • Atomic classes and minimal synchronization (J2SE 5.0)
  • Interaction of Java threads with Swing, I/O, and Collection classes
  • Programmatically controlled locks and condition variables (J2SE 5.0)
  • Thread performance and security
  • Thread pools (J2SE 5.0)
  • Thread groups
  • Platform-specific thread scheduling
  • Task schedulers (J2SE 5.0)
  • Parallelizing loops for multiprocessor machines

In short, this new edition of Java Threads covers everything you need to know about threads, from the simplest animation program to the most complex applications. If you plan to do any serious work in Java, you will find this book invaluable.Scott Oaks is a senior software engineer for the Java Performance Engineering group at Sun Microsystems and the author of four books in the O'Reilly Java series.Formerly a senior systems engineer at Sun Microsystems, Henry Wong is an independent consultant working on various Java related projects.

منابع کتاب کتاب Java Threads: Understanding and Mastering Concurrent Programming

Thread ها برای برنامه نویسی جاوا ضروری هستند، اما یادگیری استفاده موثر از آنها یک کار غیر ضروری است. این نسخه جدید از موضوعات کلاسیک جاوابه شما نشان می دهد که چگونه از امکانات رشته جاوا به طور کامل استفاده کنید و تغییرات حوزه آبخیز در Java 2 Standard Edition نسخه 5.0 (J2SE 5.0) را به روز می کند. این یک رویکرد کامل و گام به گام برای برنامه‌نویسی رشته‌ها ارائه می‌کند. سیستم نخ‌سازی جاوا نسبت به سایر سیستم‌های نخ‌سازی ساده است. در نسخه‌های قبلی جاوا، این سادگی با معاوضه‌هایی همراه بود: برخی از ویژگی‌های پیشرفته در سایر سیستم‌های رشته‌ای در جاوا در دسترس نبودند. J2SE 5.0 همه چیز را تغییر می دهد: تعداد زیادی کلاس جدید مرتبط با رشته ارائه می دهد که کار نوشتن برنامه های چند رشته ای را بسیار آسان تر می کند. شما یاد خواهید گرفت که کجا از رشته ها برای افزایش کارایی استفاده کنید، چگونه از آنها به طور موثر استفاده کنید و چگونه از اشتباهات رایج اجتناب کنید این کتاب مشکلاتی مانند بن بست، شرایط مسابقه و گرسنگی را به تفصیل مورد بحث قرار می دهد.Java Threads ، نسخه سوم، به طور کامل گسترش یافته و تجدید نظر شده است. این شامل ابزارهای همزمان از java.util.concurrent در سراسر. فصل‌های جدید عملکرد رشته‌ها را پوشش می‌دهند، با استفاده از رشته‌های دارای کلاس‌های Swing، threads و Collection، Thread Pool، و Threads و I/O (سنتی، جدید و قطع شده). توسعه‌دهندگانی که هنوز نمی‌توانند J2SE 5.0 را اجرا کنند، می‌توانند از ابزارهای رشته ارائه‌شده در پیوست برای دستیابی به عملکردی مشابه با نسخه‌های قبلی جاوا استفاده کنند. موضوعات عبارتند از:

  • قفل گرسنگی و تشخیص بن بست
  • کلاس های اتمی و حداقل همگام سازی (J2SE 5.0)
  • تعامل رشته های جاوا با کلاس های Swing، I/O و Collection
  • قفل ها و متغیرهای شرایط کنترل شده از طریق برنامه (J2SE 5.0)
  • عملکرد و امنیت رشته
  • مجموعه موضوعات (J2SE 5.0)
  • گروه های موضوع
  • زمان بندی رشته های خاص پلت فرم
  • زمانبندی کار (J2SE 5.0)
  • حلقه های موازی سازی برای ماشین های چند پردازنده ای

به طور خلاصه، این نسخه جدید Java Threads همه چیزهایی را که باید در مورد موضوعات بدانید، از ساده ترین برنامه انیمیشن گرفته تا پیچیده ترین برنامه ها را پوشش می دهد. اگر قصد دارید کار جدی در جاوا انجام دهید، این کتاب را ارزشمند خواهید یافت. اسکات اوکس یک مهندس نرم افزار ارشد برای گروه مهندسی عملکرد جاوا در Sun Microsystems و نویسنده چهار کتاب از سری جاوا اوریلی است. مهندس ارشد سیستم در Sun Microsystems، هنری وانگ یک مشاور مستقل است که روی پروژه های مختلف مرتبط با جاوا کار می کند.

نظرات کاربران درباره کتاب Java Threads: Understanding and Mastering Concurrent Programming

نظری در مورد این محصول توسط کاربران ارسال نگردیده است.
اولین نفری باشید که در مورد کتاب Java Threads: Understanding and Mastering Concurrent Programming نظر می دهد.

ارسال نظر درباره کتاب Java Threads: Understanding and Mastering Concurrent Programming

لطفا توجه داشته باشید که ایمیل شما منتشر نخواهد شد.

برچسب های مرتبط با کتاب Java Threads: Understanding and Mastering Concurrent Programming

خرید اینترنتی کتاب های زبان اصلی کامپیوتر خرید اینترنتی کتاب های لایتین Programming Languages XML

بر اساس سلیقه شما...

Product details Publisher ‏ : ‎  McGraw-Hill Science/Engi ...
8,720,000 ریال

codebazan

طراحی و اجرا: فروشگاه ساز سبدخرید