m-e-c as2 1.0 b7 released

You are here

m-e-c as2 1.0 b7 released

4 posts / 0 new
Last post
admin
admin's picture
m-e-c as2 1.0 b7 released

We released a new build of m-e-c as2. This is mainly a maintenance release but contains some interesting features:

  • The problem with multiple MDN for huge files has been fixed
  • m-e-c as2 now supports HTTP 100 CONTINUE
  • Compatibility issues with other AS2 products
  • Better memory footprint, m-e-c as2 can transmit and receive larger files now
  • Better error handling on out of memory conditions

Looking forward for your feedback :)

mourovaz
mourovaz's picture

Hi, I was glad to see the new release...

I've been trying to compile and run your version without any problems before introducing the modifications I've mentioned earlier... But when I saw the new release I thought you had corrected or introduced somekind of solution to the problem I mentioned, but after testing the new release I've checked that this new update does nothing related to it.
What I mentioned was somekind of method which would retry sending the message when the server was down. Meaning, instead of placing the message on an error folder it would try to resend it after a timer expires(30 minutes....) for a specify number of attempts (say for example 3).
I think it's an important and very likely situation to happen so why not consider it?

It does not take too long to code it, but I've been around some problems in running the application after compiling it...
What do you think about this feature?

Thanks

Gonçalo Vaz

heller
heller's picture

Goncalo,

The build 7 was mainly released with the focus on a more stable behavior under out-of-memory conditions because of huge file transmission. Reviewing this point was more important to us than implementing new features.

But anyway automatic message resending will be implemented in the next versions. It is definitly a very important feature!

Best regards
Heller

mourovaz
mourovaz's picture

Hi Heller,

I'm glad the feature is not forgotten :)

Improving is the way to success :)