Thanks for your reply Buck
The data is received via web service
You wrote
The general solution to this situation is to use a sliding window. Say they send a megabyte. You read the first 64k, accumulate it somewhere (a stream file?) and read the next 64k etc.
Do you have an example of this?
I also thought of that, but cant see how to implement it
Alan Shore
E-mail : ASHORE@xxxxxxxx
Phone [O] : (631) 200-5019
Phone [C] : (631) 880-8640
'If you're going through hell, keep going.'
Winston Churchill
-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Buck Calabro
Sent: Tuesday, January 27, 2015 12:11 PM
To: midrange-l@xxxxxxxxxxxx
Subject: Re: Data string greater than 65k
On 1/27/2015 11:17 AM, Alan Shore wrote:
Before I forget - we are on V5r4
We are attempting to utilize a new courier and their process is to
send a data string that is ultimately a pdf, but the data string is
greater than 65k - which I believe is the limitation on this release
How is 'send a string' implemented? FTP, web service, raw sockets, RPC, something else?
I have tried to google anything to see if anything is available to get
the end result so that it can be printed - but have not succeeded Does anyone have any tricks up there sleeve?
The general solution to this situation is to use a sliding window. Say they send a megabyte. You read the first 64k, accumulate it somewhere (a stream file?) and read the next 64k etc.
--
--buck
'I had nothing to offer anybody except my own confusion' - Jack Kerouac
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at
http://archive.midrange.com/midrange-l.
As an Amazon Associate we earn from qualifying purchases.