Opened 15 years ago

#188 new defect

remove hardcoded limit in ACI

Reported by: westram Owned by: devel
Priority: normal Milestone:
Component: no idea Version: SVN
Keywords: Cc:

Description

Problem:

  • the number of in/out streams and parameters is limited by GBL_MAX_ARGUMENTS (increased to 500 by [6045])
  • the number of output-streams depends on user-data for some commands (e.g. 'split')

Solution:

  • allocate number of output-streams dynamically
  • Note: output-streams of cmd#n are input-streams of cmd#(n+1)

Change History (0)

Note: See TracTickets for help on using tickets.