List Info

Thread: Java heap space




Java heap space
user name
2006-09-15 18:38:50
Unfortunately, the project is dead, that means these
valuable
modifications can only be shared between users but they
won't never
arrive to be applied to official project repository.

On 9/15/06, Gonzalo Díaz <kalos_listasyahoo.com> wrote:
> Understood.
> Hey, if you can access the CVS repository, let me
> know. I can ping but not login (connection refused).
> Maybe it's just a firawall problem, Ill try again from
> home.
> Regards
>
>    Gonzalo
>
> --- Stefaan A Eeckels <Stefaan.Eeckelsecc.lu> wrote:
>
> > On Fri, 15 Sep 2006 09:31:57 -0700 (PDT)
> > Gonzalo "Díaz" <kalos_listasyahoo.com> wrote:
> >
> > > Has this patch been applied to the nighty
build?
> >
> > No, I don't have access to the CVS repository.
I'm
> > in no way involved
> > with the development of McKoi - I'm just a very
> > happy user.
> >
> > > Sorry for asking this, I don't know how your
build
> > > process works. I got the nighty build but the
> > error
> > > persists.
> >
> > Here's the build script I use:
> >
> > #!/bin/ksh
> > [ ! -d lib ] &&  mkdir lib
> > javac -classpath src:lib:gnu-regexp-1.1.4.jar -d
> > lib/ \
> >       src/com/mckoi/runtime/McKoiDBMain.java \
> >       src/com/mckoi/JDBCDriver.java \
> >
> >
>
src/com/mckoi/database/jdbcserver/DefaultLocalBootable.java
> > \
> >       src/com/mckoi/database/interpret/*.java \
> >       src/com/mckoi/database/control/*.java \
> >       src/com/mckoi/tools/*.java \
> >       src/com/mckoi/database/regexbridge/*.java
> >
> > [ $? -eq 0 ] && (
> > cd lib
> > rm -f mckoidb.jar
> > jar cvf mckoidb.jar com
> > )
> >
> > > Are users supposed to chec out from CVS and
apply
> > the
> > > patch isolatedly instead?
> >
> > I patched against the 1.0.3 version. It should be
> > possible to apply the
> > patch to the CVS version but I haven't tried.
I'll
> > do it later tonight
> > if the dinner with my in-laws doesn't leave me
too
> > inebriated .
> >
> > >
> > > PS: While I am at it, I would like to
volunteer
> > for
> > > replacing all the "enum" variable
names by
> > something
> > > else, to see if i can be compiled in 1.5.
> >
> > The patch I included does that.
> >
> > --
> > Stefaan
> > --
> > As complexity rises, precise statements lose
> > meaning,
> > and meaningful statements lose precision. -- Lotfi
> > Zadeh
> >
> >
> >
>
------------------------------------------------------------
---
> > Mckoi SQL Database mailing list
> > http://www.mckoi.com/d
atabase/
> > To unsubscribe, send a message to
> > mckoidb-unsubscribemckoi.com
> >
> >
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam
protection around
> http://mail.yahoo.com
>
>
>
------------------------------------------------------------
---
> Mckoi SQL Database mailing list  http://www.mckoi.com/d
atabase/
> To unsubscribe, send a message to
mckoidb-unsubscribemckoi.com
>
>


------------------------------------------------------------
---
Mckoi SQL Database mailing list  http://www.mckoi.com/d
atabase/
To unsubscribe, send a message to mckoidb-unsubscribemckoi.com

Java heap space
user name
2006-09-15 22:42:20
This fix and many other changes will be rolled out in the
next version 
of Mckoi.  The upcoming version is a large rewrite of most
of the core 
parts of Mckoi related to indexes, data management and query
evaluation. 
  While new development on Mckoi has slowed from what it
used to be, 
there has been a very substantial amount of work on the new
version that 
no one has seen yet and I'm working hard to get everything
cleaned up 
and the next version out.

Toby.

Antonello Provenzano wrote:

> Unfortunately, the project is dead, that means these
valuable
> modifications can only be shared between users but they
won't never
> arrive to be applied to official project repository.
> 
> On 9/15/06, Gonzalo Díaz <kalos_listasyahoo.com> wrote:
> 
>> Understood.
>> Hey, if you can access the CVS repository, let me
>> know. I can ping but not login (connection
refused).
>> Maybe it's just a firawall problem, Ill try again
from
>> home.
>> Regards
>>
>>    Gonzalo



------------------------------------------------------------
---
Mckoi SQL Database mailing list  http://www.mckoi.com/d
atabase/
To unsubscribe, send a message to mckoidb-unsubscribemckoi.com

Java heap space
user name
2006-09-15 23:02:00
Dear Toby,

I'm really happy to hear it these wonderful news from you!
Telling the
truth, I'm not directly interested in McKoi as user, since
I'm not a
McKoi user: in fact, I develop a RDBMS named Minosse, I
presented as
master thesis in 2003 for my graduation in Computer Science.
Minosse, initially, was inspired by McKoi, and because of
this reason
I still follow the project development externally.

Cheers.
Antonello


On 9/16/06, Tobias Downer <tobymckoi.com> wrote:
> This fix and many other changes will be rolled out in
the next version
> of Mckoi.  The upcoming version is a large rewrite of
most of the core
> parts of Mckoi related to indexes, data management and
query evaluation.
>   While new development on Mckoi has slowed from what
it used to be,
> there has been a very substantial amount of work on the
new version that
> no one has seen yet and I'm working hard to get
everything cleaned up
> and the next version out.
>
> Toby.
>
> Antonello Provenzano wrote:
>
> > Unfortunately, the project is dead, that means
these valuable
> > modifications can only be shared between users but
they won't never
> > arrive to be applied to official project
repository.
> >
> > On 9/15/06, Gonzalo Díaz <kalos_listasyahoo.com> wrote:
> >
> >> Understood.
> >> Hey, if you can access the CVS repository, let
me
> >> know. I can ping but not login (connection
refused).
> >> Maybe it's just a firawall problem, Ill try
again from
> >> home.
> >> Regards
> >>
> >>    Gonzalo
>
>
>
>
------------------------------------------------------------
---
> Mckoi SQL Database mailing list  http://www.mckoi.com/d
atabase/
> To unsubscribe, send a message to
mckoidb-unsubscribemckoi.com
>
>


------------------------------------------------------------
---
Mckoi SQL Database mailing list  http://www.mckoi.com/d
atabase/
To unsubscribe, send a message to mckoidb-unsubscribemckoi.com

Java heap space
user name
2006-09-16 15:49:45
Toby,

Glad to hear that Mckoi is still a going concern.  My
students get a lot 
out of it in their projects.

Frank Ducrest
Instructor / System Administrator
Computer Science Department
University of Louisiana at Lafayette
fddlouisiana.edu
fdd5501gmail.com
337-482-5001
Room 407, ULL Conference Center



Tobias Downer wrote:
> This fix and many other changes will be rolled out in
the next version 
> of Mckoi.  The upcoming version is a large rewrite of
most of the core 
> parts of Mckoi related to indexes, data management and
query evaluation. 
>  While new development on Mckoi has slowed from what it
used to be, 
> there has been a very substantial amount of work on the
new version that 
> no one has seen yet and I'm working hard to get
everything cleaned up 
> and the next version out.
> 
> Toby.
> 
> Antonello Provenzano wrote:
> 
>> Unfortunately, the project is dead, that means
these valuable
>> modifications can only be shared between users but
they won't never
>> arrive to be applied to official project
repository.
>>
>> On 9/15/06, Gonzalo Díaz <kalos_listasyahoo.com> wrote:
>>
>>> Understood.
>>> Hey, if you can access the CVS repository, let
me
>>> know. I can ping but not login (connection
refused).
>>> Maybe it's just a firawall problem, Ill try
again from
>>> home.
>>> Regards
>>>
>>>    Gonzalo
> 
> 
> 
>
------------------------------------------------------------
---
> Mckoi SQL Database mailing list  http://www.mckoi.com/d
atabase/
> To unsubscribe, send a message to
mckoidb-unsubscribemckoi.com
> 
> 


------------------------------------------------------------
---
Mckoi SQL Database mailing list  http://www.mckoi.com/d
atabase/
To unsubscribe, send a message to mckoidb-unsubscribemckoi.com

[1-4]

about | contact  Other archives ( Real Estate discussion Medical topics )