AppServer Adapter

Posted by Fernando.Ferreira on 23-Feb-2017 06:07

Is it possible to call an AppServer adapter, and have it create multiple connections in AppServer?

We have several records in a DataSlot and need them to process in parallel on the AppServer.

Thanks

All Replies

Posted by Jawahar Surapaneni on 23-Feb-2017 06:38

HI Fernando,
When you say AppServer adapter, this means we understand it as OE Adapter.
Coming to your question, you can bind a .p file to a single OE Adpater or if you have set of functions defined in a  procedure file, you can bind any one of the function to the same.
When you say create multiple connections in AppServer (Can you please share some details on this one? )
 
For your second question
We have several records in a DataSlot and need them to process in parallel on the AppServer.
For this, what we understand is the dataslot which you are trying to use is Prodataset  and it is bound to a ABL procedure, where dataset code is defined. This type of code gets executed in the OE Adapter
Can you share some details on your usecase ( what are you trying to do to process in parallel on the AppServer)
 
Regards,
Jawahar.
 
 
 

This thread is closed