[jira] [Closed] (PYLUCENE-31) JCC Parallel/Multiprocess Compilation + Caching

2023-11-11 Thread Andi Vajda (Jira)
[ https://issues.apache.org/jira/browse/PYLUCENE-31?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andi Vajda closed PYLUCENE-31. -- Resolution: Fixed distutils is on its way out with Python 3.12 > JCC Parallel/Multiproc

[jira] [Commented] (PYLUCENE-31) JCC Parallel/Multiprocess Compilation + Caching

2014-09-10 Thread Lee Skillen (JIRA)
w if you have any questions about the code when you have a look. I'm happy to help! > JCC Parallel/Multiprocess Compilation + Caching > --- > > Key: PYLUCENE-31 > URL: https://issues.apache.org

[jira] [Commented] (PYLUCENE-31) JCC Parallel/Multiprocess Compilation + Caching

2014-09-08 Thread Andi Vajda (JIRA)
ssue. My apologies. My reservations about maintaining more monkey patches still stand but I need to review the patch to see how 'bad' it actually is. > JCC Parallel/Multiprocess Compilation + Caching > --- > >

Re: [jira] [Commented] (PYLUCENE-31) JCC Parallel/Multiprocess Compilation + Caching

2014-07-31 Thread Andi Vajda
to review/try this? Maybe it's > a little too experimental, but thoughts appreciated. :-) > >> JCC Parallel/Multiprocess Compilation + Caching >> --- >> >>Key: PYLUCENE-31 >>URL: https://is

[jira] [Commented] (PYLUCENE-31) JCC Parallel/Multiprocess Compilation + Caching

2014-07-31 Thread Lee Skillen (JIRA)
ance to review/try this? Maybe it's a little too experimental, but thoughts appreciated. :-) > JCC Parallel/Multiprocess Compilation + Caching > --- > > Key: PYLUCENE-31 > URL: https://issues.apache.org

[jira] [Updated] (PYLUCENE-31) JCC Parallel/Multiprocess Compilation + Caching

2014-07-21 Thread Lee Skillen (JIRA)
lel/Multiprocess Compilation + Caching > --- > > Key: PYLUCENE-31 > URL: https://issues.apache.org/jira/browse/PYLUCENE-31 > Project: PyLucene > Issue Type: Improvement > Environment:

[jira] [Updated] (PYLUCENE-31) JCC Parallel/Multiprocess Compilation + Caching

2014-07-21 Thread Lee Skillen (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-31?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Skillen updated PYLUCENE-31: Attachment: (was: feature-parallel-build.patch) > JCC Parallel/Multiprocess Compilat

[jira] [Updated] (PYLUCENE-31) JCC Parallel/Multiprocess Compilation + Caching

2014-07-21 Thread Lee Skillen (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-31?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Skillen updated PYLUCENE-31: Attachment: feature-parallel-build.patch > JCC Parallel/Multiprocess Compilation + Cach

[jira] [Created] (PYLUCENE-31) JCC Parallel/Multiprocess Compilation + Caching

2014-07-21 Thread Lee Skillen (JIRA)
Lee Skillen created PYLUCENE-31: --- Summary: JCC Parallel/Multiprocess Compilation + Caching Key: PYLUCENE-31 URL: https://issues.apache.org/jira/browse/PYLUCENE-31 Project: PyLucene Issue Type

Re: JCC Parallel/Multiprocess Compilation + Caching

2014-07-15 Thread Lee Skillen
On 14 July 2014 23:19, Andi Vajda wrote: > > Hi Lee, > >> On Jul 14, 2014, at 19:01, Lee Skillen wrote: >> >> Hi, >> >> We've been utilising JCC frequently recently during development and >> often have a need to recompile our JCC-based extensions due to changes >> in the wrapped code - Doing so

Re: JCC Parallel/Multiprocess Compilation + Caching

2014-07-14 Thread Andi Vajda
Hi Lee, > On Jul 14, 2014, at 19:01, Lee Skillen wrote: > > Hi, > > We've been utilising JCC frequently recently during development and > often have a need to recompile our JCC-based extensions due to changes > in the wrapped code - Doing so incurs a reasonably lengthy > re-compilation effort

JCC Parallel/Multiprocess Compilation + Caching

2014-07-14 Thread Lee Skillen
Hi, We've been utilising JCC frequently recently during development and often have a need to recompile our JCC-based extensions due to changes in the wrapped code - Doing so incurs a reasonably lengthy re-compilation effort due to the serial nature of the extension building via distutils. To help