MonetDB developers
Are there any users of the kill client mil command
(in src/modules/plain/kernel.mx). If not I'd like to remove it as
the required pthread functionality (pthread_kill) isn't available
with the same semantics on all platforms. Also just killing a client
may lead to crashing servers (see bug 1145484).
Niels
--
Niels Nes, Centre for Mathematics and Computer Science (CWI)
Kruislaan 413, 1098 SJ Amsterdam, The Netherlands
room C0.02, phone ++31 20 592-4098, fax ++31 20 592-4312
url: http://www.cwi.nl/~niels e-mail: Niels.Nes(a)cwi.nl
Hi MonetDB developers,
As of now, I stop nightly automatic testing on Windows!
The cost of maintaining it be far exceed what I can afford.
Admittedly, I am everything but a Windoze guru, and I do not
know any more, how to cope with all the problems.
Since yesterday, not only tests tend to hang, but also
the "tlist" tool that I use to check the process table
for hanging tests now hangs "consistently".
Sorry, but for me there is no other way than giving up.
Volanteers are welcome to pick-up this task!
Of course, this also limits our support for MonetDB on Windows.
Stefan
ps: Yes, this is a "cry for help" ...
--
| Dr. Stefan Manegold | mailto:Stefan.Manegold@cwi.nl |
| CWI, P.O.Box 94079 | http://www.cwi.nl/~manegold/ |
| 1090 GB Amsterdam | Tel.: +31 (20) 592-4212 |
| The Netherlands | Fax : +31 (20) 592-4312 |
Niels Nes wrote:
> On Fri, Feb 11, 2005 at 05:27:36PM +0100, Sjoerd Mullender wrote:
>
>>Niels, why did you add the HAVE_* conditionals to the mapi/clients
>>Makefile.ag?
>>
>>As far as I can see, creating or installing the Python, Perl, and TCL
>>files is not dependent on the presence of the interpreters. It's only
>>when you go one level deeper, into the Cimpl and DBD directories that
>>you get these dependencies. The Cimpl directories are already protected
>>by HAVE_*_SWIG conditionals, so only the perl/DBD directory would need
>>to be protected with a conditional.
>
>
> this is needed for rpm. Ie no perl -> no MonetDB_perl rpm. So incase there
> is no perl we do not install the perl files.
> Indeed this is abit overkill but is it a problem that the perl files
> are not installed when perl is missing?
The "problem" is (as always ;-) Windows. The question is, should I
install the Perl, Python, and TCL files or not? I used to install the
Perl and Python files, but since they aren't built if I don't specify
HAVE_PERL and HAVE_PYTHON, the installer complains that the files don't
exist.
I think I'll just remove them from the installer.
Of course, we *know* that we have Python, since it is required for
building (autogen).
--
Sjoerd Mullender <sjoerd(a)acm.org>
Niels, why did you add the HAVE_* conditionals to the mapi/clients
Makefile.ag?
As far as I can see, creating or installing the Python, Perl, and TCL
files is not dependent on the presence of the interpreters. It's only
when you go one level deeper, into the Cimpl and DBD directories that
you get these dependencies. The Cimpl directories are already protected
by HAVE_*_SWIG conditionals, so only the perl/DBD directory would need
to be protected with a conditional.
--
Sjoerd Mullender <sjoerd(a)acm.org>