Git Product home page Git Product logo

seacowdb's People

seacowdb's Issues

OutOfMemoryException when inserting 10million rows

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
Expected ten million inserted rows in data file. OutOfMemoryException 
occurred at approximately 8.06 million records into the loop, most likely to 
have occurred at the CopyTo Array within the GrowTable().

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 7 Oct 2009 at 10:20

Avoid Monitor.Enter Monitor.Exit code

Restructure code to avoid use of Monitor.Enter/Exit in FIFO Semaphore.


The following code is fragile, and susceptible to issues with interrupt.

                    Monitor.Enter(tempThread);
                                }
            }

            if (doWait)
            {
                //lock (tempThread)
                { Monitor.Wait(tempThread); }
                Monitor.Exit(tempThread);
            }

Original issue reported on code.google.com by [email protected] on 21 Oct 2009 at 2:22

harddisk out of space error

What steps will reproduce the problem?
1. Insert a lot data in a small free size harddisk

this is has to be thought carefully, what are we going to handle if there
is not much harddisk space left, when some of the data has already inserted
(partially insert) and I think it is some sort of optimistic, just dont
forget to think about it

Original issue reported on code.google.com by [email protected] on 14 Oct 2009 at 3:31

Server

Ideal access of functionalities from a server, perhaps utilising a telnet 
socket and listener.


Original issue reported on code.google.com by [email protected] on 7 Oct 2009 at 10:21

Update is not robust

What steps will reproduce the problem?
1. Set up conditionals to check if rows within the update range are flagged 
deleted.
2.
3.

What is the expected output? What do you see instead?
It's supposed to update 4 rows, however it caused an exception (object not 
set to reference). I believe this is due to our update not checking the 
state of the rows or handling the deleted rows well. We should look into 
this matter.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 11 Oct 2009 at 11:31

Server and Client exit operation.

What steps will reproduce the problem?
1. Open one Server, multiple Clients
2. Run exit; in Clients
3. One of the Clients will go boom.

What is the expected output? What do you see instead?
Client should exit gracefully. Error occurs however, we need to trace and fix 
this bug.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 11 Oct 2009 at 11:33

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.