CA Service Management

 View Only

CA SDM::.SPEL::. is_server() 

Mar 03, 2017 12:56 PM

Overview

Returns a boolean indicating whether the application server running the function is running in server mode.

Usage

int is_server()

Results

1 / 0

Examples

    int zi_server;
    zi_server = is_server();
    printf("IS SERVER? %d\n", zi_server); // Returns 1

 

 

 

Where can I find Spel functions documentation? 

Statistics
0 Favorited
6 Views
0 Files
0 Shares
0 Downloads

Tags and Keywords

Comments

Mar 10, 2017 08:48 AM

Thanks for your quick reply

Mar 10, 2017 08:42 AM

Jerome,

I use to identify the type server where spel function is running (primary or secundary).

Mar 10, 2017 08:35 AM

Thanks Daniel for the sharing

Any concrete examples where you will use those functions?

I know that I'm abusing

Thanks

/J

Mar 10, 2017 08:28 AM

Hi daniel-bighelini , 

 

Thank you for sharing your knowledge with us. 

 

Related Entries and Links

No Related Resource entered.