Max # of open files in Windows XP 32-bit?

M

mikeaperez1

In DOS, there was a maximum number of files that could be open via
config.sys.
FILES=(number)

Is there a similar setting for Windows XP 32-bit? If not, does anyone
know of what the upper limit is and whether it is configurable?

Thanks.
 
D

Detlev Dreyer

In DOS, there was a maximum number of files that could be open via
config.sys.
FILES=(number)

This entry specified the number of files that the operating system (DOS)
can access at one time.
Is there a similar setting for Windows XP 32-bit?

That entry can still be found in "Config.NT" for compatibility.
If not, does anyone know of what the upper limit

That entry does not apply to *Windows* anyway.
is and whether it is configurable?

There is no explicit setting for the maximum number of file handles.
You might be better off when telling your specific problem.
 
M

mikeaperez1

Put another way -

- Is there an upper limit on the number of file handles that Windows XP
32-bit can have open at one time?

If so, is it a paramater that is configurable?

Thanks.
 
D

David Candy

The total number of open handles in the system is limited only by the amount of memory available. However, a single process can have no more than 65,536 handles. Some object types support a limited number of handles per process, while other object types support a limited number of handles in the system.

Above refers to all handles not just file handles.
User object Overview
Accelerator table Keyboard Accelerators
Caret Carets
Cursor Cursors
DDE conversation Dynamic Data Exchange Management Library
Desktop Window Stations and Desktops
Hook Hooks
Icon Icons
Menu Menus
Window Windows
Window position Windows
Window station Window Stations and Desktops

GDI object Overview
Bitmap Bitmaps
Brush Brushes
DC Device Contexts
Enhanced metafile Metafiles
Enhanced-metafile DC Metafiles
Font Fonts and Text
Memory DC Device Contexts
Metafile Metafiles
Metafile DC Metafiles
Palette Colors
Pen and extended pen Pens
Region Regions

Kernel object Overview
Access token Access Control
Change notification File I/O
Communications device Communications
Console input Character-Mode Applications
Console screen buffer Character-Mode Applications
Event Synchronization
Event log Event Logging
File File I/O
File mapping File Mapping
Find file File I/O
Heap Memory Management
Job Job Objects
Mailslot Mailslots
Module Dynamic-Link Libraries
Mutex Synchronization
Pipe Pipes
Process Processes and Threads
Semaphore Synchronization
Socket Windows Sockets 2
Thread Processes and Threads
Timer Synchronization
Timer queue Synchronization
Timer-queue timer Synchronization
Update resource Resources
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top