4 views

1 Answers

In computer programming, a handle is an abstract reference to a resource that is used when application software references blocks of memory or objects that are managed by another system like a database or an operating system.

A resource handle can be an opaque identifier, in which case it is often an integer number , or it can be a pointer that allows access to further information. Common resource handles include file descriptors, network sockets, database connections, process identifiers , and job IDs. PIDs and job IDs are explicitly visible integers; while file descriptors and sockets are represented as integers, they are typically considered opaque. In traditional implementations, file descriptors are indices into a file descriptor table, thence a file table.

4 views

Related Questions

What is Handle?
1 Answers 4 Views
What is Server (computing)?
1 Answers 4 Views
What is Bandwidth (computing)?
1 Answers 4 Views
What is User (computing)?
1 Answers 4 Views
What is Pump handle movement?
1 Answers 4 Views
What is Palette (computing)?
1 Answers 4 Views
What is Interface (computing)?
1 Answers 4 Views