Conga simultaneously serving APL and Text

General APL language issues
Post Reply
paulmansour
Posts: 431
Joined: Fri Oct 03, 2008 4:14 pm

Conga simultaneously serving APL and Text

Post by paulmansour »

Hi,

Is there any reason Conga should not be able to listen (DRC.Wait) on two different ports in two separate threads, one as an APL (command) server, and one as a text server?

I have each working separately, but when I try and listen on both, the APL one hangs.

Thanks,

Paul
Bjørn|Dyalog
Posts: 3
Joined: Tue Sep 23, 2008 10:44 am

Re: Conga simultaneously serving APL and Text

Post by Bjørn|Dyalog »

There are no reason it should not work, Conga can handle multiple connection of different kind at the same time.
paulmansour
Posts: 431
Joined: Fri Oct 03, 2008 4:14 pm

Re: Conga simultaneously serving APL and Text

Post by paulmansour »

Thanks.

I'll continue to play around with it. If I can't fix it, I'll see I can get an easy repro and send it to support.
Post Reply