S*C
4 楼
我来模仿一下Zhaoce大牛的发言: 这个concurrency呢,core java的东东, 其实是没有
必要的,反正我是不写的,你看我有EJB,Stateless,Stateful,State whatever,
Spring,XML,Hibernate,IOC,Web Service, Restful....
必要的,反正我是不写的,你看我有EJB,Stateless,Stateful,State whatever,
Spring,XML,Hibernate,IOC,Web Service, Restful....
s*n
11 楼
Hehe. For simple application, the current trend or ultimate goal is to not
explicitly write any concurrent code. Look at stuff like Hadoop, all the
user-written code are single-thread.
【在 S**********C 的大作中提到】
: 我来模仿一下Zhaoce大牛的发言: 这个concurrency呢,core java的东东, 其实是没有
: 必要的,反正我是不写的,你看我有EJB,Stateless,Stateful,State whatever,
: Spring,XML,Hibernate,IOC,Web Service, Restful....
explicitly write any concurrent code. Look at stuff like Hadoop, all the
user-written code are single-thread.
【在 S**********C 的大作中提到】
: 我来模仿一下Zhaoce大牛的发言: 这个concurrency呢,core java的东东, 其实是没有
: 必要的,反正我是不写的,你看我有EJB,Stateless,Stateful,State whatever,
: Spring,XML,Hibernate,IOC,Web Service, Restful....
w*z
12 楼
我只用三句:
ExecutorService executor = Executors.newFixedThreadPool/
newCachedThreadPool
Future future = executor.submit(worker)
future.get()
Threadpool executor makes multithread programming in Java much much easier,
just make sure worker is thread safe.
【在 g**e 的大作中提到】
: 我现在就记得executor,semaphore,barrier,reentrant lock等常用的几个。不用忘
: 的很快,我以前还把每个class都用过一遍的,照样忘光
ExecutorService executor = Executors.newFixedThreadPool/
newCachedThreadPool
future.get()
Threadpool executor makes multithread programming in Java much much easier,
just make sure worker is thread safe.
【在 g**e 的大作中提到】
: 我现在就记得executor,semaphore,barrier,reentrant lock等常用的几个。不用忘
: 的很快,我以前还把每个class都用过一遍的,照样忘光
p*2
13 楼
,
确实。不过想提升performance,感觉学问还是不小的。
【在 w**z 的大作中提到】
: 我只用三句:
: ExecutorService executor = Executors.newFixedThreadPool/
: newCachedThreadPool
:
: future.get()
: Threadpool executor makes multithread programming in Java much much easier,
: just make sure worker is thread safe.
z*3
18 楼
现在面试问主要是问concurrency这个包里面的类
不过大多数面试的自己都没有经验
所以他们也不会很看重这个
akka有经验的人也不多,除非是搞电信
否则其它行业都未必用
所以这个东西讲起来就是core java工作的一部分
面试的时候应该不会问得太细
你大概知道是怎么回事就行了
当然如果你简历上写过有相关经验
那对方根据你的经验发问,哪又是另外一回事了
简历上吹吹牛还是要小心
不过大多数面试的自己都没有经验
所以他们也不会很看重这个
akka有经验的人也不多,除非是搞电信
否则其它行业都未必用
所以这个东西讲起来就是core java工作的一部分
面试的时候应该不会问得太细
你大概知道是怎么回事就行了
当然如果你简历上写过有相关经验
那对方根据你的经验发问,哪又是另外一回事了
简历上吹吹牛还是要小心
p*2
20 楼
多谢。你觉得面试中让写代码实现下边的几个内容算是常见吗?
blocking queue
producer/consumer
read write lock
dining philospher
【在 z*******3 的大作中提到】
: 现在面试问主要是问concurrency这个包里面的类
: 不过大多数面试的自己都没有经验
: 所以他们也不会很看重这个
: akka有经验的人也不多,除非是搞电信
: 否则其它行业都未必用
: 所以这个东西讲起来就是core java工作的一部分
: 面试的时候应该不会问得太细
: 你大概知道是怎么回事就行了
: 当然如果你简历上写过有相关经验
: 那对方根据你的经验发问,哪又是另外一回事了
相关阅读
Re: 请推荐Java编译环境或软件?FrameWork of Thread application 1Re: EJBRe: DCOM, CORBA, JAVA/RMIJava Question 151-199(end)更好的使用googleRe: Expert, help me, please -Java Server Environment set upRe: 求教:怎么用JAVA编矩阵求逆?many java games!Re: 谁能谈谈EJB!! Files on the ftp serverdatabase connection poolRe: How to distinguish Mouse Right-click and left-cla book ftp site.Rational Rose 2000 is not badRe: Java Tip: Constant35 books by O'Reilly uploadedJMIT v0.1 UPDATERe: 请教一个关于IBM-JDK1.1.8和IBMJava2-13兼容性的问题Java interview questions