18.4.0 released Sep 25, 2023
Delete server

Purpose: Delete resources for a server call.

delete-server <server>

delete-server will delete resources allocated for a call to <server> (see new-server). If you have used a server array (see "array-count" in call-server), then delete-server would be used on each element of the array.

Internal Vely memory associated with <server> is deleted. The actual data/errors returned (such as with read-server) are also deleted; do not attempt to use them after delete-server, since all resources allocated with a server call are released.

See memory-handling for more on when (not) to delete memory explicitly like this; the same rules apply as for delete-mem.
Examples
See new-server.
See also
Distributed computing
call-server  
delete-server  
new-server  
read-server    
See all
documentation


You are free to copy, redistribute and adapt this web page (even commercially), as long as you give credit and provide a link back to this page (dofollow) - see full license at CC-BY-4.0. Copyright (c) 2019-2023 Dasoftver LLC. Vely and elephant logo are trademarks of Dasoftver LLC. The software and information on this web site are provided "AS IS" and without any warranties or guarantees of any kind.