Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] Multi-core CPU utilization

On Fri, Nov 13, 2015 at 1:33 PM, Kaloyan Raev <kaloyan.r@xxxxxxxx> wrote:
Hi Alex,

I don't see how introducing a change in the next DLTK version, that depends on a Platform feature introduced in the Mars release, would prevent frequent releases for DLTK adopters. 

I even think that there won't be any change in DLTK API, just in the internal implementation of the builder.

My bad, I missed that JobGroup is already released. That's better.
Lets check if it is the best solution for the problem.

I would suggest checking if there are objections from other developers.

Regards,
Alex
 

And, yes, Zend Studio makes about 2 major and 3-4 minor releases per year without strictly following the Simultaneous Release schedule.

Greetings,
Kaloyan

On Fri, Nov 13, 2015 at 2:14 PM, Alexey Panchenko <alex.panchenko@xxxxxxxxx> wrote:
Hi Kaloyan,

On Fri, Nov 13, 2015 at 7:58 AM, Kaloyan Raev <kaloyan.r@xxxxxxxx> wrote:
Hi Alex,

Could you describe a specific use case that depends on this requirement?

The idea is to make it possible to release products based on DLTK more often, not once a year.
I think Zend Studio releases are also not strict follow Eclipse simultaneous release schedule, right?

 

I believe we can find a solution that fits everyone's need.

java.util.concurrent.ThreadPoolExecutor? :-)

Regards,
Alex
 

Thanks,
Kaloyan

On Fri, Nov 13, 2015 at 12:31 AM, Alexey Panchenko <alex.panchenko@xxxxxxxxx> wrote:
Hi Michal,

Usually DLTK supports 1..2 of the latest Eclipse releases, which means not in the near future.

Regards.
Alex


On Thu, Nov 12, 2015 at 11:16 PM, Michał Niewrzał <michal.n@xxxxxxxx> wrote:
Hi All,

Recently I started research about better multi-core CPU utilization in DLTK. I started with simple patch for starting build participants in parallel (Bug 481488 [1]). Eclipse Mars brings new JobGroup API [2] that makes it easier to implement parallel operations. At the moment I think DLTK is using Luna as a base. Is there any plan to move DLTK to Mars in near future? 


Thanks,
Michal

_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/dltk-dev


_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/dltk-dev


_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/dltk-dev


_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/dltk-dev


_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/dltk-dev


Back to the top