|
Intel and MS Enlist UC Berkeley For Multithreading Research
2008-03-18 05:06:00 Even today, most software applications on the market don't take advantage of these multi-core chips fully and too many compute cycles are wasted. Wha1 Vote(s)
By: JeQQ it
Convert Between Synchronous and Asynchronous
2007-11-19 19:25:00 When a program calls a synchronous function, the program halts and waits for the function to finish executing. When a program calls an asynchronous function, the program does not wait and continues to execute while the asynchronous function executes in the background. By default, C# methods are synchronous. Externa-l functions that can take a long time to ...
??? ?????(multithreading) ??? ???? ??? ?? ?? ????.
2007-08-02 16:53:00 ??? ?????(multithreading) ??? ?????. ^^ ??? ???? ???? ???? ???? ???? ???? ????? ??? ?? ????? ??? ???? ?????(triangle) ?????.?? ?? ??? ?? ??? ?? ?? ???? ?? ??? ???? ?? ??? ??????. ?? ???? ... ?? ??? ??? ????. ?? ?? ???? ?? ?????? ?? ??? ??? ... ?? ?? ?? ??? ?????. ?? ?? ???? ?? ????? ...??? ?? ???? ? ????? ??
Java Program to demonstrate multithreading
2007-06-04 12:38:00 class mt implements Runnable{Thread t;mt() { t = new Thread(this, "Demo thread"); t.start(); }public void run() { try { for(int i=1;i { System.out.println(i); t.sleep(1000); } } catch(InterruptedException e) { System.out.println("Thread is interrupted"); } }};class th{ public static void main(String[] args) { mt t = new mt(); try { for (int i=2;i { System.out.println(i); Thread.sleep(500); } } catch(InterruptedException e) { } }}
?CORE JAVA? JAVA Multithreading
2007-02-21 09:08:03 Qualification :Highest - MCA/PGDCA, ME/M.Tech (Computers )2nd Highest - BE/B.Tech (Agriculture, Computers)Experience : 4 -8Level : Middle - Manager, Assistant ManagerLocation : Bangalore, GurgaonJOB DESCRIPTION :Key Skills :* Knowledge of multiple technologies & proven expertise in at 2-3 technologies including* but not limited to J2EE, .NET, HTML, DHTML, XML, SOAP, JavaScript, Java, Visual Basic, Visual Basic.NET, PL/SQL, C/C++, C#, Perl, TCL, RDBMS, CORBA, COM/DCOM.CONTACT INFORMATION :Email Id : ayesha@iquest-consultants.comPh-one No. : 02026851932/42 Ext 28
Missing The Boat On Multithreading?
2006-12-12 10:31:02 From TechWeb: It's been 18 months since Intel introduced the first dual-core desktop processor, but only a handful of ISVs have... |



