I would like to have an antonym of to request. A computer process requests a resource and when the resource is assigned to the process, the process does not request the resource anymore, since it is assigned. So I need a word to express this undo mechanism. Any ideas?
|
|
When it comes to computer processes, there are several possibilities:
Ultimately, it really depends on the situation and the type of request being made. It also depends on the stage of the process that the request is in. (e.g. Was the request just made? Is the request made and accepted? Was the request processed?) This, unfortunately, requires much more information than you have provided. |
||||
|
|
|
It's simply
Very straightforward. You can see any number of examples of this by googling something like "apple documentation cancel the request". I dug up an almost exact example of what you mean:
For what it's worth, if anyone needs any more examples, you can see zillions of examples of the usage on this page (this happens to be the main internet-access library used on iPhones). |
|||||||
|
|
There are several antonyms depending on the context. Antonym of the v. to request
In your particular case of "does not request it anymore, since it received the resource already" there might be a problem. Are you trying to describe the state, or the action? If it is really the action do you need an action opposite of the actual request or an action that will cancel the effects of a request (reverse the acquisition of resources)? The following paragraph tries to put to use some of the suggestions, so multiple meanings are intended:
In case you actually need a verb that describes what happens next you might consider to release (the resources held). |
||||
|
|
|
Even in regards to computer resources, it depends on context. Local system resources (port addresses, memory allocation etc) would be handled pretty much instantaneously. Therefore the concept of 'cancelling a request' is meaningless... the REQUEST has been fulfilled (ie: it is no longer a request) and the resource allocated. If you no longer need the resource and wish to return it's control to the system you took it from, you simply RELEASE the resource. In a remote system (ie: request a web-page from a server), you send a request to cancel delivery of the content. Strictly speaking, a web page is in fact more then one request. Each element (picture, java applet, text, etc) is a request in its own right. Therefore, on receiving a cancellation request, the server will simply ignore any further requests. They will be DELETED FROM THE REQUEST QUEUE, FLUSHED or DROPPED. There is a caveat though. Elements already in transit will continue to be sent until completed. Most browsers however, will immediately respond to a user cancelling a page by simply not rendering these items. They will simply DROP or IGNORE them. In short, locally you would RELEASE a request, an upload request will be FLUSHED from the request queue, a download would be IGNORED but still complete. There are some exceptions with some server software and download managers, but even then, consider torrent software where it still completes downloading of currently active blocks after you stop the download. Each block being a separate request. |
|||
|
|
|
The antonym of the noun request would be response. As for the verb request, there is not really a true antonym that works in all contexts. I feel assign would be an appropriate choice in this instance. |
|||
|
|
|
He stopped requesting, or he declined? If he doesn't want the thing anymore, he would decline the resource. Edit: If he stopped requesting, then the word could be:
|
|||||
|
|
"Withdraw", "retract", or a synonym of those would probably be understandable enough (e.g. "WithdrawRequest"/"RetractRequest"). |
|||
|
|
|
I would say, "the request is fulfilled." |
|||||||||||
|