This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Towards a more user-friendly cygwin.dll


One of the interesting design issues in the cygwin.dll system is the use
of a default `heap_chunk_size' that appears to be inadequate for most
situations.  After getting the Unix slrn news reader to compile with
cygwin gcc, and after changing the slrn.c file so as to use a more
cygwin-kind version of the `system(cmd_line)' command, there still appears
at the bottom of the screen a message notifying the user that the heap has
been `split'  and that this odious circumstance calls for a particularly
heroic endeavor on the part of the user; namely, the altering of a certain
`heap_chunk_size' variable in the Windows system registry.

Now, this isn't a problem to someone who knows what the registry editor
is, yet it transpires that cygwin is referenced in two places by this
Windows registry, and it is not at all clear exactly _where_ in relation
to, say, the cygwin.dll registry entry, the `heap_chunk_size' is to
appear.

Let us hope that future incarnations of cygwin will remember that 32-bit
programming was supposed to free us all from the nuisance of finite and
bounded heaps.


-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]