Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [recommenders-dev] [GSoC 2013] SnipMatch Weekly Report

Thanks Marcel.
At the yesterday meeting, Johannes asked me to checkĀ org.eclipse.core.runtime.jobs.Job for thread implementation. I will look at this and see how i can use this for my implementation.

Regards,
Madhuranga


On Thu, Jul 4, 2013 at 10:25 AM, Marcel Bruch <marcel.bruch@xxxxxxxxxxxxxx> wrote:
Hi Madhuranga,

thanks for the update. One note regarding threads: please postpone any multi-threading work until really necessary. The excessive use of threads in the old version of snipmatch is one reason why we start this project from scratch. Please use simple (Eclipse) Jobs instead.

Thanks,
Marcel

On Jul 4, 2013, at 6:29 AM, Madhuranga Lakjeewa <lakjeewadmm@xxxxxxxxx> wrote:

* Implementing a better search algorithm for SnipMatch search engine. I still did not have created separate threads for searching process and it causes to several problems. My plan is to use several threads and make it properly work.



_______________________________________________
recommenders-dev mailing list
recommenders-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/recommenders-dev



Back to the top